Welcome to my Python projects collection! 🎯
This repository showcases a variety of small to medium-sized Python projects that helped me grow as a programmer—from interactive Pygame animations to object-oriented design exercises and classic algorithm implementations.
| Project Category | Examples Included |
|---|---|
| 🎮 Pygame Animations | Bouncing balls, sprite movement, custom animation loops |
| 🧱 OOP Practice | Class-based design, inheritance, encapsulation, real-world modeling |
| 📐 Algorithms | Sorting algorithms, pathfinding, recursion-based solutions |
| Some Implementaions | Like Stack, Queue and other datastrutures. |
Each folder includes its own README.md (where needed) with details on how the specific project works. |
- Clone the repository
git clone https://github.com/your-username/python-projects.git cd python-projects