Timerr Package for Python
This is a simple timer package for python that counts Down
from the time set.
If you have any suggestions,
- Email me with your suggestion or
- Add a pull request with your edit of the code and I'll look at it
Usage
Installation
pip install timerr
Scripting
import timerr
timer = timerr.Timer(3, 45,log='log')
timer.timer()
Interpreter
>>> import timerr
>>> timerr.Timer(3, 45, 15, 'log').timer()
License & Copyright
Copyright (c) 2019 ItzAfroBoy
This package is under the MIT License.
Under the license, you are able to modify the file
and serve it as closed-source