Skip to content

Latest commit

 

History

History

README.md

Projects

A collection of Python projects built while learning — each one tackling a real problem or idea.

Projects

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

Structure

Each project has its own folder with:

  • README.md — what it does and how to run it
  • requirements.txt — dependencies
  • Source code

Running a project

cd project-name
pip install -r requirements.txt
python main.py

More projects added as I learn.