Kivy application for everyday counting time of your computer tasks.
To run this app you need Python3 and Kivy module installed. For instruction on installing kivy please refer to the Instruction
Please read this for details on our code of conduct, and the process for submitting pull requests to us.
After satysfying all prerequisites run python3 TaskTimer.py
to start the app.
After adding your first task you can see it on the screen. Each task has 2 flags DONE and REPEATABLE.
Done flag is set after clicking the DONE
button, this state is final.
Repeatable flag can be change freely, to change the flag simply click rapeat icon on the left.
Effects of afforementions flags are in table below:
DONE | REPEATABLE | Effect |
---|---|---|
False | True | Task will be shown after app restart with last saved time |
False | False | Task will be shown after app restart with last saved time |
True | False | Task will not appear after aplication restart |
True | True | Task will be shown after application restart with time = 0 (new) |
- Karol Majchrzak - Initial work - BeardyBarber
See also the list of contributors who participated in this project.
This project is licensed under the APACHE License. For further information please read LICENCE.MD