Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 929 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 929 Bytes

Pomodoro-App

Pomodoro timer is a time management idea to help people focus on a task. The basic idea is that you have some amount of time you will focus, in this app the default is 25 minutes. Then after that you have a break, the default here is 5 minutes. You do this for a certain amount of times here its 4 times then you take a long break. After that you start over until your task is done.

For a more detailed explanation: https://en.wikipedia.org/wiki/Pomodoro_Technique

NOTE: You need Python 3.8 or greater to run this program.

Config File:

This file lets you change default values so you don't always have to type them in

Terminal tips:

-h: will explain all arguments you can give the script
-nw: will be start the app in GUI-less mode so it will run in your terminal

keyboard shortcuts:

-GUI
    r: restarts timer
    space: start and pause timer
    esc: quit program