pydoro

Terminal Pomodoro Timer with python.

Installation ?

Install via pip:

.. code-block::

$ pip install pydoro
$ pydoro

Done.

You can also use :code:pip install pydoro[audio] to get audio dependencies for OSX and Linux.

On windows you may try the packaged .exe file. See the releases_ page.

If you have pipx:

.. code-block::

$ pipx install pydoro

Usage ?

  • Run :code:pydoro to launch.

animation

Why ?

  • I wanted to follow Pomodoro Technique_.
  • I don't like to use mobile apps or web apps.
  • No user info is stored, tracked or shared.
  • I spend lot of time on my Terminal.
  • Written in Python ?.

GitHub