Skip to content

lostways/pypomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPomodoro

Displays a full screen Pomodoo timer in your terminal.

Installation

pip install pypomodoro

Screenshot

Screenshot

Usage

pypomodoro [-h] [-w WORK_MINS] [-b BREAK_MINS] [-v] [--version]

optional arguments:
  -h, --help            show this help message and exit
  -w WORK_MINS, --work WORK_MINS
                        Number of miinutes for work
  -b BREAK_MINS, --break BREAK_MINS
                        Number of minutes for break
  -v, --verbose         Move detailed display
  --version             show program's version number and exit

Development

Create virtual env and install dev dependencies

make init

Run tests in venv

make test

Install the package and run the app in venv

make install
make run

Releases

No releases published

Packages

No packages published