A basic timer that counts down from time entered
Project description
Timer Package for Python
This is a simple timer package for python that counts Down
from the time set.
Usage
Scripting
# Import the timer module
import timer
# Create a variable named 'timer' and call the class 'timer'
# Arguments are (hours, mins, secs, log)
# Default is a 1h timer and not to print the time left
# To print the time left, if all args are passsed, use 'log' otherwise copy below
# This sets a timer for 3h 45mins and to print the time left
timer = timer.Timer(3, 45,log='log')
# Run the 'timer' function from the variable
timer.timer()
Interpreter
>>> import timer
>>> timer.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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
timerr-1.0.1.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timerr-1.0.1.tar.gz.
File metadata
- Download URL: timerr-1.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7e2da468d927880c85a83e9d3f705f92ae0920e42eb118e5d552d97906a8cb6
|
|
| MD5 |
516aa4b5b59031ece6d0771ceb68704a
|
|
| BLAKE2b-256 |
6ef4cdbc41d1ae644f7ea3a38634f240af419de7bb25aefbc64df47b249ae2d1
|
File details
Details for the file timerr-1.0.1-py3-none-any.whl.
File metadata
- Download URL: timerr-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f7a85c1383f29f6166b888dbf44d671697780382ed1c6c0012907981806de4b
|
|
| MD5 |
51fa1ce5113af98dbfbdd167dbc1a3f9
|
|
| BLAKE2b-256 |
929980d94b208f49fe260d69f188e7edb15a95c43ad00ac0b6ad8c507d67732f
|