Metadata-Version: 2.1
Name: loading-bar-wkl
Version: 1.0.3
Summary: Tkinter自定义百分比进度条 + 终端彩色加载条
Author: 庄后扬
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# loading-bar

一个单向伸长的彩色终端加载条，颜色丰富，不循环不回缩。

## 安装
pip install loading-bar-wkl

## 使用
from Loading import TextStyle, main

main(4, 22, TextStyle.LIGHT_CYAN, bold=True)
