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

# Thankyou to chosing TUI Tools!
> **WARNING**:Copying is prohibited in this module.
## 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
    formattime_now()
### 7 xml_parameter_test_examples
    read_xml_parameters()
### 8 fileoperation_assistance
    write_to_file()
    read_file()
    append_to file
### 9 aligntext
    align_text()
### 10 cmd_run
    cmd_run()
___
## import command:
    from tuitools import classname
#### 'classname' is the class what you want to import.
## install command:
    pip install tuitools
___
By PaddyHong
