Metadata-Version: 1.1
Name: BetterText
Version: 1.0.2
Summary: Better Usage of Text on a Terminal
Home-page: UNKNOWN
Author: Hide Le Ouf
Author-email: lancbiche@gmail.com
License: MIT
Description: It's the most simply and the better way to print your text with nice effects and colors !
        
        Usage :
        
        from BetterText import *
        
        Color.Red
        
        Style.Bold
        
        Background.Red
        
        RgbColor(255, 255, 255, "BetterText !")
        
        Change Log
        ==========
        
        1.0.2 (22/06/2021)
        ------------------
        - Name Changed
        - Install Problem fixed
        - Better Readme
Keywords: color
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
