Skip to main content

Simple Python CLI package for Pomodoro timer.

Project description

Pypomod

A simple python CLI package for the pomodoro timer.

Currently, only works on macOS

Installation

pip install pypomod

Use case

How to use

# Run pomodoro timer. 20 minutes work timer, 5 minutes break timer and repeat 1 time.
pomodoro -w 20 -b 5 -r

Demo

screenshot

Options

pomodoro -h

usage: pympod [-h] [-w WORK_TIME] [-b BREAK_TIME] [-r REPEAT]

A simple python CLI package for the pomodoro timer.

options:
  -h, --help            show this help message and exit
  -w WORK_TIME, --work_time WORK_TIME
                        Set the work time. Default is 20 minutes.
  -b BREAK_TIME, --break_time BREAK_TIME
                        Set the break time. Default is 5 minutes.
  -r REPEAT, --repeat REPEAT
                        Set the number of repeats. Default is 1.

WIP

  • Linux and Windows are not fully supported yet.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypomod-0.1.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

pypomod-0.1.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page