Metadata-Version: 2.1
Name: snaptimer
Version: 0.0.5
Summary: A colorful timer which handling basic information and allow to add info manually.Note: the version was migrated into module ronchang
Home-page: https://github.com/Ron-Chang/ronchang
Author: Ron Chang
Author-email: ron.hsien.chang@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: colorama (==0.4.3)

# SnapTimer
```
python_requires>=3.6
colorama>=0.4.3
```

## - How to use
- install
```bash
pip install snaptimer
```

- import
```python
from snaptimer import Timer

Timer(
    interval,  # unit: seconds
    start=None,
    is_error=False,
    exception=None,
    **kwargs
)
```

- see demo
```python
from snaptimer import Demo

Demo.Timer()
```

If you like my work, please consider buying me a coffee or [PayPal](https://paypal.me/RonDevStudio?locale.x=zh_TW)
Thanks for your support! Cheers! 🎉
<a href="https://www.buymeacoffee.com/ronchang" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" align="right"></a>


