A simple countdown
Project description
A simple countdown
This is a very simple project for those who need a countdown for things like pomodoro in Python for example.
Installation
You can install this app using the following command:
pip install countdown-timer
Usage
You can use this app like this:
from countdown import countdown
# Create a countdown of 1 minute and 10 seconds
countdown(mins=1, secs=10)
# Create a countdown of 1 minute
countdown(1)
#Create a countdown of 10 seconds
countdown(mins=0, secs=10)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
countdown-timer-0.0.3.tar.gz
(1.4 kB
view details)
File details
Details for the file countdown-timer-0.0.3.tar.gz
.
File metadata
- Download URL: countdown-timer-0.0.3.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d7b67c96f0b7179182b4784e3bd5953cf4f5c9caeb43ec48c589c19a2f8180a |
|
MD5 | 3156618528942fbfd34d8f336aba4322 |
|
BLAKE2b-256 | 6ab28cf67251052451955bd8918d9c9be6b9ab572150bb15a27ff5d5902a5a54 |