Welcome to my collection of Python projects! This repository contains a series of small to medium-sized Python projects developed as part of my learning journey. Each project is contained in its own folder with its respective README and source code.
| Project Name | Description |
|---|---|
| Payroll System | A CLI Payroll Management system to manage employee records and calculate salaries. |
- Python 3.x
- Standard Python Libraries (random, string, etc.)
- Real-world problem solving with Python.
- Understanding data structures (lists, dictionaries).
- Building CLI applications.
- Project structuring & documentation on GitHub.