Welcome to Pomy, the minimalist Pomodoro timer!
Pomy is a simple Pomodoro timer written in Python. It helps you stay focused, stay productive, and take well-deserved breaks.
- Gentle sound effects: Enjoy soothing wind chimes to signal work and break intervals.
- Minimal dependencies: To keep Pomy lightweight, it only uses Python's built-in libraries.
- Useful notifications with time stamps: Pomy features colored, easy to read output when a new Pomodoro, break, or set starts. Desktop notifications are enabled by default.
- Clone the repository:
git clone https://github.com/noctopixi/pomy.git
- Navigate to the Pomy directory:
cd pomy
- Run Pomy:
python3 pomy.py
- Start Pomy to begin your Pomodoro session.
- Focus during work intervals and avoid distractions.
- During breaks, get off your chair, hydrate and move around.
- You will get a long 15-minute break every 4 work cycles.
--quiet
or-q
disables sound output.--disable-notifications
or-d
disables desktop notifications.--no-color
disables color output and only displays Pomy's messages in your terminal's default color.--no-format
disables bold and underline formatting. Using this option might reduce readability.--test
makes each cycle last 1 second only. Mostly useful for development purposes.