PomodoroTK is a simple Pomodoro Timer written with Python 3 and its built-in GUI library Tkinter.
- Author: Felix Lu lugh82@gmail.com
- License: GNU GPL
- Python3
Just clone this repository and cd to this folder in Terminal, then run the following command:
$ python3 PomodoroTK.py
- cx_Freeze
Run the following command in Terminal:
$ python3 setup.py build
The compiled executable files will be placed in the "build" folder of the PomodoroTk.
- py2app
Run the following command in Terminal:
$ python3 setup2app.py py2app