You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

snaptimer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snaptimer

A colorful timer which handling basic information and allow to add info manually.Note: the version was migrated into module ronchang

0.0.5
pipPyPI
Maintainers
1

SnapTimer

python_requires>=3.6
colorama>=0.4.3

- How to use

  • install
pip install snaptimer
  • import
from snaptimer import Timer

Timer(
    interval,  # unit: seconds
    start=None,
    is_error=False,
    exception=None,
    **kwargs
)
  • see demo
from snaptimer import Demo

Demo.Timer()

If you like my work, please consider buying me a coffee or PayPal Thanks for your support! Cheers! 🎉 Buy Me A Coffee

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