Metadata-Version: 2.4
Name: python_utils_onetpngg
Version: 0.2.0
Summary: The best Python library to make your life easier. All commands are in the README!
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pypi_util_onetpngg

The best Python library to make your life easier. All commands are in the README!

## 🚀 How to Install

```bash
pip install pypi_util_onetpngg

```

## 🛠️ Available Commands

```python
import pypi_util

# Clear the terminal
pypi_util.clear()
pypi_util.clear_total()

# Save data as JSON
pypi_util.save({"example": "data"})

# Force the user to enter only numbers
number = pypi_util.ask_number("Enter a number: ")
```
