tai271828 / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctimer

image

image

Documentation Status

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 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.
  • TODO:
    • Allowing setting customize time inteval, aim clock counts, goals for today (text).
    • Visual representation of clocks accomplished today.
    • Allows notes taking (note interruption, how many pauses you took etc.)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

These links provided immense help for a head start 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

About

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.

License:Apache License 2.0


Languages

Language:Python 82.0%Language:Makefile 18.0%