Pomodoro is a famous time management technique aka tomato clock. Pomodoro C-timer is written in python and tkinter. This is a well maintained project. Your contributions are welcome on github!
Project description
# ctimer
This is a python implementation of a time management tool. Designed for MacOSX at the moment. CTimer is a free timertool to help you keep track of your productivity during the day, and help you set realistic goals for your day. Contributions are welcome!
## Features
Provide a Tkinter GUI window for the ease of use for users.
Set 25 mins for focus time, and 5 mins for break time.
Set 8 clocks as aim for a day.
Goals / feedback of each clock & time span per day is kept in a local SQL database (named ctimer.db).
## Getting Started (How to use ctimer?)
Go to a folder where you want to save this package and git clone https://github.com/zztin/ctimer.git
cd ctimer
python setup.py develop
launch the app:ctimer
Enjoy the Ctimer GUI!
Optional: try ctimer –help for several launching options
Wondering how your work proficiency is over the past period? try ctimer –overall
## Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
These repositories and links provided ideas for implementations for this project. 1. stackoverflow: https://stackoverflow.com/questions/47824017/starting-and-pausing-with-a-countdown-timer-in-tkinter 2. stackexchange: https://apple.stackexchange.com/questions/3454/say-in-different-language 3. tkinter tutorial 4. https://github.com/rougier/calendar-heatmap 5. https://github.com/MarvinT/calmap
## Notes: ### Easy way to check your sqlite database (the ctimer.db file) A. drag and drop: https://inloop.github.io/sqlite-viewer/ B. in command line 1. sqlite3 ./data/ctimer.db 2. select * from clock_details; <—remember the “;” in the end 3. The entries should show! If not, try`.tables` to check the table names if there is a table call “clock_details”
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pomodoro-ctimer-2.0.2.tar.gz
.
File metadata
- Download URL: pomodoro-ctimer-2.0.2.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa601e42c3007ebaceb4c16d33813dd9aa19c1e2795c057d93d25ffc9f044d38 |
|
MD5 | 8298e895fec3b8761e3b943954867540 |
|
BLAKE2b-256 | b9c0d1ce0afc44272209e70d3c709d541d6349d80f7ec01af9cbdf14c1eef3c0 |
File details
Details for the file pomodoro_ctimer-2.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pomodoro_ctimer-2.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab64e7ae2e72800bf51d8b2fa15aacb75ba1735ad009902af6a74c36f04fbe4c |
|
MD5 | d2332d0dc1f4276c2db7eea394504b66 |
|
BLAKE2b-256 | 4a21ec9419764ce85cc4d458ed6ca269dd9ef498efcbe2a969cbc3eda428db4a |