A collection of Python projects built while learning — each one tackling a real problem or idea.
| Project | Description | Status |
|---|---|---|
currency-converter |
Convert between currencies using a live exchange rate API | 🚧 In Progress |
calculator |
Basic calculator built in Python | 🚧 In Progress |
api-tests |
Experimenting with REST APIs and HTTP requests | 🚧 In Progress |
Loops |
Loop exercises and examples | 🚧 In Progress |
Scripts |
Utility scripts and automation | 🚧 In Progress |
Each project has its own folder with:
README.md— what it does and how to run itrequirements.txt— dependencies- Source code
cd project-name
pip install -r requirements.txt
python main.pyMore projects added as I learn.