pomodoro-desktop/README.md

24 lines
556 B
Markdown
Raw Normal View History

2020-02-02 13:38:44 -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:
2020-02-02 13:38:44 -05:00
- Ubuntu MATE 18.04
2020-02-02 14:14:03 -05:00
- Arch Linux
2020-02-02 13:28:44 -05:00
2020-02-02 14:37:34 -05:00
### TODO
- package for pip
- add desktop entry
- add Windows compatablity
2020-02-02 13:38:44 -05:00
### Depenancies
2020-02-02 13:55:03 -05:00
- [python3](https://docs.python.org/3/)
2020-02-02 13:28:44 -05:00
- [pyqt5](https://www.riverbankcomputing.com/software/pyqt/intro)
- [pynotifier](https://github.com/YuriyLisovskiy/pynotifier)
2020-02-02 13:38:44 -05:00
### Authors
- [Andrei Stoica](https://andreistoica.ca)