Metadata-Version: 2.3
Name: pomodoro-app-cli
Version: 1.2.2
Summary: 🌟 Pomodoro CLI 🍅⏳ A simple and practical Pomodoro tool for your terminal! 📱💻 Organize your time efficiently with countdowns and sound alerts. Perfect for boosting productivity with focus and breaks! 🚀
License: MIT
Keywords: pomodoro,cli,terminal,linux,python,curses,timer
Author: Gustavo Soares
Author-email: gustavo.soares.cdc@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyfiglet (>=1.0.2,<2.0.0)
Project-URL: Homepage, https://github.com/GussSoares/pomodoro-cli
Project-URL: Repository, https://github.com/GussSoares/pomodoro-cli
Description-Content-Type: text/markdown

# Pomodoro CLI ⏳

[![Ruff Tests](https://github.com/GussSoares/pomodoro-cli/actions/workflows/test.yml/badge.svg)](https://github.com/GussSoares/pomodoro-cli/actions/workflows/test.yml)
[![Release](https://github.com/GussSoares/pomodoro-cli/actions/workflows/publish.yml/badge.svg)](https://github.com/GussSoares/pomodoro-cli/actions/workflows/publish.yml)

A simple and practical Pomodoro tool for your terminal! 📱💻

Organize your time efficiently with countdowns and sound alerts. Perfect for boosting productivity with focus and breaks! 🚀

## Features:
- Start, pause, and restart  Pomodoro cycles 🍅⏳
- Sound notifications to keep you on track 🔔
- Customizable work and break durations _(coming soon)_ ⏰
- Simple and intuitive terminal interface

## Installation:
You can install Pomodoro CLI directly from PyPI using pip:  
```bash
pip install pomodoro-app-cli
```

## Usage:
Start your Pomodoro session by running:

```bash
pomodoro
```

## License:
This project is licensed under the [MIT License](LICENSE) - see the LICENSE file for details. 📜

