This Pomodoro was built as a personal learning exercise to improve my Python skills and gain experience with Flet
- Customizable Focus/Break durations
- Short vs Long break options
- Improved UI/Visual design
- Always on Top mode
- Sound effects
- Clone the repository:
git clone https://github.com/lieserl-git/PomodoroTimer.git
cd PomodoroTimer- Install Dependencies:
pip install flet pyinstaller- Build command: This command creates a standalone executable in the dist folder
pyinstaller --onefile --windowed --name "PomodoroTimer" src/main.py
