Metadata-Version: 2.4
Name: my_python_suite
Version: 0.1.0
Summary: A suite of Python utilities for everyday computing.
Home-page: https://github.com/vinayakmishra4/Project-My-Python-Suite
Author: Vinayak Mishra
Author-email: Vinayak Mishra <vmaugust24@gmail.com>
License: MIT
Keywords: utilities,cli,python-suite
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python


```
  ____        _   _                  ____        _ _       
 |  _ \ _   _| |_| |_ ___  _ __     / ___| _   _(_) |_ ___ 
 | |_) | | | | __| __/ _ \| '_ \    \___ \| | | | | __/ _ \
 |  __/| |_| | |_| || (_) | | | |    ___) | |_| | | ||  __/
 |_|    \__,_|\__|\__\___/|_| |_|   |____/ \__,_|_|\__\___|
                                                           
```

# 🐍 **Python Suite**  

## 📝 Description  
**Python Suite** is your **Swiss Army knife** for everyday computing — combining **productivity tools** and **fun extras** in one clean, lightweight package.  
Perfect for **students**, **developers**, and **anyone who loves Python-powered utilities**.  

**Core Modules**:  
- 📐 **[Calculator](https://github.com/vinayakmishra4/Project-My-Python-Suite/blob/main/my_python_suite/Calc.py)** — Fast and accurate math with advanced operations.  
- 📏 **[Unit Converter](https://github.com/vinayakmishra4/Project-My-Python-Suite/blob/main/my_python_suite/UnitConvert.py)** — Convert between metric and imperial units.  
- 🎲 **[Fun Fact Generator](https://github.com/vinayakmishra4/Project-My-Python-Suite/blob/main/my_python_suite/funfact.py)** — Get random trivia or lucky numbers.  

Main Control Hub: **[Pythonsutie.py](https://github.com/vinayakmishra4/Project-My-Python-Suite/blob/main/my_python_suite/PythonSuite.py)** — One menu to rule them all.  

---

## 📂 File Structure  
```
Project-My-Python-Suite/
│
├── Calc.py             # Advanced calculator functions
├── UnitConvert.py      # Metric & imperial unit conversions
├── funfact.py          # Fun fact & random number generator
├── Pythonsutie.py      # Interactive CLI menu for all tools
├── LICENSE             # MIT License file
└── requirements.txt    # Dependencies (if any)
```

---

## ✨ Features  
✅ **Calculator** — Quick & precise math operations  
✅ **Unit Converter** — Metric ↔ Imperial made simple  
✅ **Fun Facts** — Instant trivia or random numbers  
✅ **Easy Navigation** — Interactive CLI menu  
✅ **Lightweight** — Runs anywhere Python runs  

---

## ⚡ Installation  
```bash
# Clone this repository
git clone https://github.com/vinayakmishra4/Project-My-Python-Suite.git

# Enter the project directory
cd Project-My-Python-Suite

# Install required dependencies (if any)
pip install -r requirements.txt
```

**Installation Steps:**
1. **Clone** the repository from GitHub.
2. **Navigate** to the project directory in your terminal or command prompt.
3. **Install dependencies** (if any) using pip and the provided `requirements.txt`.
4. **Run** the main suite script to start using the tools.

---

## 🚀 Usage  
```bash
python Pythonsutie.py
```
From the menu, choose:  
- 🧮 **Calculator** — For math operations  
- 📐 **Unit Converter** — For conversions  
- 🎯 **Fun Facts** — For trivia or random numbers  

**Sample Console Output:**
```
==============================
   Python Suite Main Menu
==============================
1. Calculator
2. Unit Converter
3. Fun Fact Generator
4. Exit
------------------------------
Enter your choice: _ 
```


## 🛣️ Future Roadmap
- ✨ **Astrology Tools** — Fun astrological calculators and info
- 🔑 **Password Generator** — Strong, customizable password creation
- 🌐 **Web UI (Streamlit)** — Modern web interface for all tools


## 🤝 Contribution  
We ❤️ contributions!  
1. Fork this repository  
2. Create a feature branch (`git checkout -b feature-name`)  
3. Commit changes (`git commit -m "Add feature"`)  
4. Push to your branch (`git push origin feature-name`)  
5. Submit a Pull Request  

---

## 📜 License  
This project is licensed under the **MIT License** — see the [LICENSE](https://github.com/vinayakmishra4/Project-My-Python-Suite/blob/main/LICENSE) file.  
