Metadata-Version: 2.1
Name: btimer
Version: 1.0.6
Summary: Help people get away from the computer
Author-email: Dylan Ngo <it.tinhngo@gmail.com>
Project-URL: Homepage, https://github.com/dylanngo95/timer
Project-URL: Bug Tracker, https://github.com/dylanngo95/timer/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Buddhist Timer
Timer tool help people get away from the computer.

[BTimer documentation in the https://pypi.org](https://pypi.org/project/btimer/)

## How to set up?
```bash
# Make sure your computer installed python3 and pip3

pip install btimer

#or

pip3 install btimer
```

## How to use?
```bash
# Open a new command line

btimer

# Enter number of minutes
```

![BTimer](https://github.com/dylanngo95/timer/blob/main/doc/img01.png?raw=true)

## How to build?

```bash
# setup env
python -m venv env
source ./env/bin/activate

# Install lib
pip install -r requirements.txt

# Build
python -m build

# Install python tool in the local
pip install .
```

## Reference
```bash

https://pypi.org/project/setuppy-generator/
```
