A simple CLI pomodoro timer
Project description
py-pomo
A simple CLI pomodoro timer, made with Python w/Click.
All contibutions are welcome.
Usage
git clone https://github.com/BasicPixel/py-pomo.git # Clone this repo
cd py-pomo
virtualenv venv # Start a virtualenv (on unix systems, requires virtualenv package)
. venv/bin/activate
pip install --editable . # Install the package
pomo --help # Run the script
Examples
Start a 25-minute pomo timer:
pomo
Start a timer for 30 seconds:
pomo -s -d 30
# Or
pomo --in-seconds --duration 30
Start a 10-minute timer, with minimal output (MM:SS):
pomo -m -d 10
# Or
pomo --minimal --duration 10
Learn more about the available options by running:
pomo --help
Todo
- Save configuration to a file
- Publish to PyPI
- Test on different environments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-pomo-1.0b0.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-pomo-1.0b0.tar.gz.
File metadata
- Download URL: py-pomo-1.0b0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5e2c05eccabec1d3a823072514686ae37b7b8a91174c57c7224c3afc1ac7e41
|
|
| MD5 |
ac1a264786982dff86dbaede6c39fa5f
|
|
| BLAKE2b-256 |
57b7a15164f49bd3da803c768361ed2698981c5ba1f4b1280390c9126ab686ce
|
File details
Details for the file py_pomo-1.0b0-py3-none-any.whl.
File metadata
- Download URL: py_pomo-1.0b0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bccb9149e3bd3a5a1a8051cb945ba3a671f6c3bd397671014b29849a14f1d31
|
|
| MD5 |
97faf9c40a1e6897635956e221783d38
|
|
| BLAKE2b-256 |
53a1da797063aeb36ead70fdaa3552acfbeecfdda4222b7777ae4d62160ef707
|