Count Down Timer Application
Project description
This is the GUI countdown timer.
Install
pip install CountDownApp
Usage
The window will be launched when executing the following code.
from CountDownApp.app import CountDownTimer
app = CountDownTimer(
titleText="Title Text",
finishTime="2017-01-01 00:00:00", # Format: YYYY-mm-DD HH:MM:SS
footerText="Footer Text",
baseFontSize=100
)
app.run()
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
CountDownApp-0.0.1.tar.gz
(1.5 kB
view hashes)
Built Distribution
Close
Hashes for CountDownApp-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 480ffc2b70827867bf1e6c48b8eda9a506422c8fb7af87a98f32e3a473e178c4 |
|
MD5 | 666dae71b492189e8cf43425ba2cc6c0 |
|
BLAKE2b-256 | 7fdeef7965415bbe62b5c3220f1d329db27e85d0525e8edbafdc7b81dcb1987b |