A beautiful Pomodoro timer built with Python + Tkinter.
- Dark mode toggle πβοΈ
- Custom session names
- Daily progress tracking (CSV)
- Weekly charts (matplotlib)
git clone https://github.com/mayazad/pomodoro-python-ad.git
cd pomodoro-python-ad
pip install -r requirements.txt
python pomodoro.py
β
Python 3.9+ required
π Files
β’ pomodoro.py - main app
β’ alert.mp3 - sound
β’ icon.ico - app icon
π§βπ» Made with β€οΈ by MayazAD
---
### π 4. Push to GitHub
#### A. Initialize Git
```bash
git init
git add .
git commit -m "π Initial commit - Pomodoro Timer"