Skip to main content

A tool kit of progress bars and console logs with rich output

Project description

tykit (Tell You kit)👀

Alt Text

📜 Description

'Tell You kit' is a toolkit to monitor your scripts' status easily, which haves rich and pretty output for progress bar and console logs. The tykit may support more decent output in the future

🌟 Features

🚀 ProgressBar

for loop,range,multi-threading and multi-threading with multi-params

pb_range(*args)

from tykit import pb_range
from time import sleep

# use pb_range just like range()
for i in pb_range(50):
   sleep(0.001)

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

tykit-0.0.6.tar.gz (4.7 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