Ron-Chang / ronchang

Toolkits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RonChang

What is this?

This is my personal hands-on develop toolkits.

name popurse
Timer colorful and expandable timer

How to install?

pip install ronchang

1. Timer

- import

from ronchang import Timer
Timer(
    interval,  # unit: seconds
    start=None,
    is_error=False,
    exception=None,
    **kwargs
)

- demonstration

from ronchang 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

About

Toolkits

License:MIT License


Languages

Language:Python 100.0%