Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.25 KB

pyredfruit

A Pomodoro timer written in Python and Python GTK.

Install and run

git clone https://github.com/antgel/pyredfruit
pipenv install  # --dev if you're going to hack on the code
sudo apt install libgirepository1.0-dev  # or the equivalent for your distribution (see https://stackoverflow.com/questions/18025730/pygobject-2-28-6-wont-configure-no-package-gobject-introspection-1-0-found) if you're going to hack on the code 
pipenv run pyredfruit

Alternatives

I found Pomodorino after "starting" this project. It's far more mature than this, but has somewhat ground to a halt (Doesn't run on Python 3.10, packaging issues etc.). If that project picks up steam, I'll abandon this; it looks great but I couldn't get it to run and I don't need anything complex at the moment.

License

Copyright © 2022 Antony Gelberg

GPL v3.0 License. See LICENSE.txt for details.

Disclaimer

The Pomodoro Technique® and Pomodoro® are registered trademarks of Francesco Cirillo. pyredfruit is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.