Skip to main content

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


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

Uploaded Source

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