KishiBayes / Flomodoro

flowmodoro timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flomodoro

A simple Flowtime/Flowmodoro method timer.

Programmed in python, but I run it as an .exe using pyinstaller.

How to use:

Click start, and start working. When you reach the end of flow, click break. You will then have a fifth of the flow time in which you can break.

There is also a "Track Work Time" button which shows how much time you've spent in flow, day by day.

How to install:

Clone the repository.

There is a wav (bell.wav) which signals the end of the break. You can of course use any wav file you like (just name it "bell.wav"). The one I use is a Sound Effect from Pixabay

If you want to turn it into a .exe file, navigate to the directory where this is saved, run:

pip install pyinstaller.

Then run:

pyinstaller stopwatch.py --noconsole --onefile.

Wherever you put the .exe file, make sure you put the wav in the same directory.

About

flowmodoro timer


Languages

Language:Python 100.0%