🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

countdown-timer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

countdown-timer

A simple countdown

0.0.3
PyPI
Maintainers
1

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)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

OSZAR »