Skip to content

suraj8070/pomodoro_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Pomodoro timer in python

This is an attempt to imitate pomodoro-timer

created on 08 April 2022 by suraj8070 !! work_from_home_recepie

https://en.wikipedia.org/wiki/Pomodoro_Technique

Type the below command in a terminal to install package that provides beep sound

sudo apt install sox

Usage

Run "python tomato_srj.py" : prompt expects either "start" or "break" from user

  1. start : Typing start will begin the timer and beeps after 25 minutes.
  2. break : Typing break will start a break of 5 minute interval.

In both the above options, screen will be cleared and program exits after 3 beeps. We have to manually run again to restart.

References:

for timer:-> https://stackoverflow.com/questions/18406165/creating-a-timer-in- python for beep sound :-> https://askubuntu.com/questions/19906/beep-in-shell-script- not-working


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages