Skip to main content

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


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)

Uploaded Source

Built Distribution

CountDownApp-0.0.1-py2.py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page