pomodoro-desktop/README.md

13 lines
373 B
Markdown
Raw Normal View History

2020-02-02 09:50:31 -05:00
# pomodoro-desktop
2020-02-02 13:28:44 -05:00
A simple pomodoro timer for the desktop.
Theoreticaly this should work on all platforms. Although currently it only uses
~/.config for storing configuration file.
Currently tested on:
- Ubuntu MATE 18.04
### depenancies
- [pyqt5](https://www.riverbankcomputing.com/software/pyqt/intro)
- [pynotifier](https://github.com/YuriyLisovskiy/pynotifier)