Gab0 / pwnmodoro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This pomodoro timer is just a terminal cronometer to help organize your time, according to the pomodoro method (seek on google).

We use python curses here to deliver fantastic ASCII art :}

It also works good when terminal window is constantly being resized, which happens while tiling window managers like Xmonad are in use.

Usage

  • Run the script...
    $ python pwnmodoro.py //this will launch a standard timing pattern (25min work and 5min break)
    $ python pwnmodoro.py 15 //you can specify a custom work time

About

License:Apache License 2.0


Languages

Language:Python 100.0%