My first ever coding project! evildoro is a terminal user interface (TUI) timer tool with Pomodoro capabilities using Python and the Textual library. Heh heheh... heh... heh...
Clone this repository and download the libraries (sorry):
argparsesubprocesstextual
Use python to compile the application. evildoro uses the argparse library, so make sure to add the necessary arguments. Yeah...
| Flag | Description |
|---|---|
| -s | Work seconds |
| -m | Work minutes |
| -r | Work hours |
| -S | Rest seconds |
| -M | Rest minutes |
| -R | Rest hours |
| -c | Number of cycles |
| -t | Title of task (required) |
python evildoro.py -m 25 -M 5 -t "Cry" -c 5
You may add commands to the following files for extra and customizable functionality:
on_executionon_workon_reston_finish
Help.