Skip to content
forked from JaDogg/pydoro

πŸ… pydoro - Terminal Pomodoro Timer

License

Notifications You must be signed in to change notification settings

nickrawr/pydoro

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

pydoro πŸ…

Terminal Pomodoro Timer

https://github.com/JaDogg/pydoro/raw/develop/images/logo.png

PyPI CI Python Support Chat

Installation πŸŽ‰

Install via pip:

$ pip install pydoro
$ pydoro

Done.

You can also use pip install "pydoro[audio]" to get audio dependencies for OSX(pyobjc-core) and Linux(PyGObject).

Also for Linux pygame will be used if it's installed. (Try this if you cannot get PyGObject to work)

For some systems you may have to use pip3 instead. Only Python 3.6+ is supported.

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

If you have pipx:

$ pipx install pydoro

Usage πŸ“–

  • Run pydoro to launch. More info in wiki.

https://github.com/JaDogg/pydoro/raw/develop/images/animation.gif

Options: Use --no-sound to mute alarms, --no-clock to hide the clock or --focus for both clock hiding and sound muting

Credits πŸ™‡β€β™‚οΈ

  • Pomodoro - Invented by Francesco Cirillo
  • playsound.py - For playing audio file, Copyright (c) 2016 Taylor Marks
  • prompt-toolkit - Awesome TUI library 😎
  • b15.wav - Dana robinson designs, CC0 from freesound

Contributors πŸ™

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 🐍.

Copyright βš–

This software is Copyright (c) 2020 Bhathiya Perera.

See the LICENSE file for more information.

About

πŸ… pydoro - Terminal Pomodoro Timer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%