Metadata-Version: 2.3
Name: t-pomo
Version: 0.1.2
Summary: 
License: MIT
Author: uuboyscy
Author-email: uuboyscy@uuboyscy.dev
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: art (>=6.4,<7.0)
Project-URL: Homepage, https://github.com/uuboyscy/t-pomo
Project-URL: Issues, https://github.com/uuboyscy/t-pomo/issues
Description-Content-Type: text/markdown

# t-pomo

## 🛠 Installation
Ensure you have Python installed (>=3.12), then install the package using pip:
```
pip install t-pomo
```

## 📌 Usage
Run the Pomodoro timer with:
```
t-pomo
```

You'll be prompted to enter:
1. Work duration (default: 25 minutes)
2. Break duration (default: 5 minutes)
3. Number of Pomodoro loops (default: 1)

Example:

```
Enter working time in minutes [25]: 30
Enter break time in minutes [5]: 10
Enter countdown loop time [1]: 4
```
This starts a 30-minute work session followed by a 10-minute break, repeating 4 times.

## 🖼 Preview
The timer will display an ASCII-style countdown with 🍅 tomato icons.
```
🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅

  ,--.     ,--.         ,---.   ,---.       ,-----. ,----.  
 /    \   /    \  .--. '.-.  \ | o   \ .--. |  .--' '.-.  | 
|  ()  | |  ()  | '--'  .-' .' `..'  | '--' '--. `\   .' <  
 \    /   \    /  .--. /   '-.  .'  /  .--. .--'  / /'-'  | 
  `--'     `--'   '--' '-----'  `--'   '--' `----'  `----'  

🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅🍅

__        __  ___   ____   _  __  __   ___       __  _  _    __
\ \      / / / _ \ |  _ \ | |/ / | _| / _ \     / / | || |  |_ |
 \ \ /\ / / | | | || |_) || ' /  | | | | | |   / /  | || |_  | |
  \ V  V /  | |_| ||  _ < | . \  | | | |_| |  / /   |__   _| | |
   \_/\_/    \___/ |_| \_\|_|\_\ | |  \___/  /_/       |_|   | |
                                 |__|                       |__|
```

