Skip to content

golgor/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomodoro

Repo for making a pomodoro timer.

Intention is to have a project to practice what I have learnt from Python-courses as well courses in selfimprovement / Monotasking.

APIs

This project is using Google Tasks as backend. Thus it is using Googles Tasks v1 API. This requires setting up permissions using Google Cloud Platform Console. As tasks are considered personal data, an OAuth has to be used. Google also has to verify the solution before publishing. The consent screen of a unverified solution will be very explicit that this is not a safe application. Though, as this is primarily a personal solution, this does not matter now.

To setup a OAuth client, follow the guide Setting up OAuth 2.0

Note that you also have to add the scope for the Tasks API. This is done in the "OAuth consent screen" under "Scopes for Google APIs". You might have to add scope manually, the scopes available are:

The API code in this project is based on the Python Quickstart

Links of interest

Timers

Pomodoro

  • Divide work time into 25-minute chunks called pomodoros — named after the tomato-shaped timer the inventor used to track his time.
  • After each pomodoro, take a five-minute break.
  • After four pomodoros, take a longer break — fifteen to thirty minutes or until you feel refreshed. Then repeat the cycle.

52–17 rule

https://www.fastcompany.com/3035605/the-exact-amount-of-time-you-should-work-every-day

  • Work for 52 minutes
  • Break for 17 minutes

Ultradian Rhythms

https://medium.com/better-humans/avoid-burnout-and-increase-awareness-using-ultradian-rhythms-5e64158e7e19

  • for every 90 minute work period, you should take 20 minutes of break time.

Ideas

Other

PySimpleGUI

To install pysimplegui in an Anaconda dist, run the following command:

conda install -c conda-forge pysimplegui

Playsound

https://pypi.org/project/playsound/

About

Repo for making a pomodoro timer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages