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
Built Distributions
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.0.tar.gz.
File metadata
- Download URL: py-pomo-1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
144185d3392fce98ba98767b7a7c9538076c291e2677803a5c08059b403d9acb
|
|
| MD5 |
3a5f9b31107d1b550fbc86c83fc74870
|
|
| BLAKE2b-256 |
50305179139b894d43dd516f031ea43ad7b8f271fee45076c5cf5cd5a29ef5fe
|
File details
Details for the file py_pomo-1.0-py3.10.egg.
File metadata
- Download URL: py_pomo-1.0-py3.10.egg
- Upload date:
- Size: 3.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dad4bcdcd8713aeddfd87629f94774c73bd50724a5142a5d85a22531d1c9d6bb
|
|
| MD5 |
3f7c7bd01a066849bcde766624fcf408
|
|
| BLAKE2b-256 |
dbfc2fa7fba335f6e75d4eb5c045425cf7095f5e4a15a6f0ba4f90e5f97ee3cb
|
File details
Details for the file py_pomo-1.0-py3-none-any.whl.
File metadata
- Download URL: py_pomo-1.0-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 |
d3e064de1065253f35b9de583a0b3d3969d2878d6e145fe0c35f7aa39ce27caf
|
|
| MD5 |
9159412ef090d280aade0700ad85f7b8
|
|
| BLAKE2b-256 |
c8cbb708aaeeb243494e4eded1248338bc005926e8a253ca2ba272d2ff12b25c
|