pomodoro-desktop/README.md

24 lines
556 B
Markdown

## Pomodoro Desktop
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
- Arch Linux
### TODO
- package for pip
- add desktop entry
- add Windows compatablity
### Depenancies
- [python3](https://docs.python.org/3/)
- [pyqt5](https://www.riverbankcomputing.com/software/pyqt/intro)
- [pynotifier](https://github.com/YuriyLisovskiy/pynotifier)
### Authors
- [Andrei Stoica](https://andreistoica.ca)