Metadata-Version: 2.1
Name: tykit
Version: 0.0.6
Summary: A tool kit of progress bars and console logs with rich output
Home-page: https://github.com/paperplane110/tykit.git
Author: tyyuan
Author-email: 1374736649@qq.com
License: UNKNOWN
Description: <!--
         * @Description: 
         * @version: 
         * @Author: TianyuYuan
         * @Date: 2021-04-02 15:42:10
         * @LastEditors: TianyuYuan
         * @LastEditTime: 2021-04-02 18:39:06
        -->
        # tykit (Tell You kit)👀
        
        ![Alt Text](https://github.com/paperplane110/tykit/blob/master/image/Kapture%202021-04-02%20at%2017.18.06.gif)
        
        ## 📜 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)___
        > ```python3
        > from tykit import pb_range
        > from time import sleep
        > 
        > # use pb_range just like range()
        > for i in pb_range(50):
        >    sleep(0.001)
        > ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
