/timer

Timer tool help people get away from the computer

Primary LanguagePythonMIT LicenseMIT

Buddhist Timer

Timer tool help people get away from the computer.

BTimer documentation in the https://pypi.org

How to set up?

# Make sure your computer installed python3 and pip3

pip install btimer

#or

pip3 install btimer

How to use?

# Open a new command line

btimer

# Enter number of minutes

BTimer

How to build?

# 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

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