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()

Supported by

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