Metadata-Version: 2.4
Name: loading-bar-wkl
Version: 0.1.1
Summary: 一个单向伸长的彩色终端加载条
Author: wkl
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# loading-bar

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

## 安装
pip install loading-bar-wkl

## 使用
from Loading import TextStyle, main

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