Metadata-Version: 2.1
Name: kmy-beautify
Version: 0.4.0
Summary: beautify the appearance of the terminal application.
Home-page: https://github.com/ExsoKamabay/kmy-beautify
Author: Exso Kamabay
License: Apache License 2.0
Description: # kmy-beautify
        
        ``beautify`` allows us to add color to text, banners, menu options in the terminal application
        
        ## [how to use!](https://www.youtube.com/watch?v=vmDmQvQ00D4)
        
        [font](https://www.4r7.ir/FontList.html) - [decoration](https://www.4r7.ir/DecorList.html)
        
        
        ```python
        ld = Loading()
        ld.loading(timeout:int or float)
        ld.show('hello world')
        
        bf = Beautify()
        bf.txtclr(
            text:str,
            color:str,
            bg:str,
            font:str,
            chr_ignore:boolean,
            sep:str,
            decoration:str)
        bf.colors(random:bool)
        bf.banner(name:color,bg) --> str
        # list banner name https://github.com/ExsoKamabay/kmy-beautify/blob/main/list_banners_name
        bf.menu(
            add_menu:list,
            separator:str,
            rw_num:bool,
            color:str,
            bg:str,
            font:str)
        ```
Keywords: kamabay,beautify,terminal,text,color,banner
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
