A simple Pomodoro timer build with Python using Tkinter for the GUI.
Work on Linux, Windows and Mac
pip install playsound==1.2.2
- Download the latest release
- Unpack it
- Move to the folder
python pomodoro/pomodoro.py
- Download the latest release
- Unpack it
- Move to the folder
pyinstaller --icon=Resources\logo.ico --onefile --noconsole pomodoro.py
If you need more informations about pyinstaller check the official documentation.