Metadata-Version: 2.1
Name: tuitools
Version: 2.0.0rc1
Author: Paddy Hong
Author-email: 1707262291@qq.com
Description-Content-Type: text/markdown

# Thankyou to chosing TUI Tools!
> **IMPROTANT**:This is a rc release of release 1.0.0.post1
## This is the introduction of this model.

### 1.The classes of this model:
### 1  wordcolor:
    red()
    yellow()
    white()
    normal()
    green()
    purple()
    grey()
    black()
### 2  wordstyle:
    bold()
    italic()
    underline()
    crossed_out()
    bold_underline()
### 3  progressbar:
    basic()
    settable()
    normal() 
### 4 loading_animation:
    slash()
    dots()
    settable()
### 5 wordcolor_backgroundcolor:
    normal_red()
    normal_black()
    normal_green()
    normal_blue()
    normal_white()
    normal_yellow()
    black_white()
### 6 formattime
### 7 xml_parameter_test_examples
### 8 file_operation_assistance
### 9 aligntext
## import command:
    from tuitools import <classname>
## install command:
    pip install tuitools

PaddyHong
