Skip to content

ianmcgettigan/studytimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

studytimer

Basic pomodoro study timer that can be executed in the terminal for minimal distraction. I find the typical 25 minute sessions with 5 minute breaks to be too short for "flow" so the default is 50 minute sessions with 10 minute breaks, with four cycles. This can, of course, easily be changed in timer.py to your preference.

On Mac OS, after each session and break, a sound will play. This can easily be disabled by setting play_sound = False.

On non-Mac systems, the timer should still work; but without the sound.

How to use

  1. Download timer.py and place it wherever you choose. Ensure you have python3 installed.
  2. Make the file executable by running chmod +x timer.py
  3. To start the timer, ensure you are in the same directory as where timer.py lives, and run ./timer.py. I recommend for easier use creating a basic alias or function; e.g.,
function timer
  cd ~/path/to/timer && ./timer.py
end

About

Basic pomodoro study timer that can be executed in the terminal for minimal distraction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages