Simple statusbar pomodoro timer for macOS
pip install --upgrade pip
pip install pipenv
pipenv install
pipenv shell
python setup.py py2app
open dist/Pomodoro.app
Press alt-shift-~ for start timer or click "Restart" in app menu
I didn't want to make settings windows and configs, so I made Settings class with hard-coded options.