Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 678 Bytes

File metadata and controls

41 lines (29 loc) · 678 Bytes

pomo

Pomodoro App.

Screenshot

A PyRatatui terminal UI application.

Quick start

# Clone and run directly
git clone https://github.com/programmersd21/pomo.git
cd pomo
pip install .
python main.py

Or install it with the PyRatatui app manager:

pyratatui install programmersd21/pomo
pyratatui run pomo

Development

# Editable install — changes to main.py take effect immediately
pip install -e .

# Run
python main.py
# or:
pomo

Built with