Skip to content

GodFather850/python-pomodoro-timer-for-developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

python pomodoro timer for developers

This post is about a Pomodoro timer script that was created specifically for developers so they can have a break between work. Stay tuned with us.


Linux

Features:

  1. Error Handling
  2. exact time
  3. input management
  4. notification send
  5. Just run in Linux System

What is pomodoro time?

Pomodoro is a 25-minute timer that takes standard breaks between work and prevents extreme fatigue

Description:

This code connects to your Linux terminal and implements the Pomodoro Rule, preventing fatigue while working.


Bash

Run code

python3 timer.py

Simplifying the same code by doing the same thing

import os
import time

while True:
    os.system('notify-send "Time to have some tea or coffee and rest for a few minutes. Don't be tired"')
    time.sleep(1500)

But this code is not accurate and does not have specific management.

Note ✏️

**If your Linux operating system is not based on Windows: **

.You can change this part of the code.

os.system("sudo apt install python3-full")

Otherwise, if you are on Windows, delete that line completely.


-👤Created By GodFather

-📜MTA Scripter • Linux Learner🐧 • python Learning Developer • Bash Scripter • Sql •🇺🇸🔥


Topics: #Bash#Linux#Automation#Python

Tux

About

This post is about a Pomodoro timer script that was created specifically for developers so they can have a break between work. Stay tuned with us.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages