Metadata-Version: 2.2
Name: pyworktree
Version: 0.2
Summary: A package to install selected Python libraries.
Author: Ghanshyam Savaliya
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# 📦 pyworktree - Python Library Installer

## 🔍 Overview
`pyworktree` is a simple Python package that allows users to **select and install Python libraries interactively**. Instead of manually typing `pip install` commands, users can pick the required libraries from a predefined list.

---

## 🚀 Features
- 📌 **Interactive Selection**: Choose which libraries to install by just calling a function.
- 🛠 **Automated Installation**: Automatically installs the selected libraries using `pip`.
- 🔄 **Flexible & Extensible**: You can easily modify the list of available libraries.

---

## 🏗 Installation

### **1️⃣ Install via pip**
This package is published on **pyworktree**, install it with:

```sh
pip install pyworktree
