Metadata-Version: 2.1
Name: beaucli
Version: 0.0.dev3
Summary: a tool for making your cli applications more colorful!
Home-page: https://github.com/memesterhub/beaucli
Author: Hussein Amine
Author-email: husseinraedamine56@gmail.com
License: UNKNOWN
Description: # beaucli
        a tool for making your cli applications way more colorful!
        
        # status
        - ![pip](https://github.com/memesterhub/beaucli/workflows/Upload%20Python%20Package/badge.svg)
        
        # installation
        by pip
        ```sh
        pip install beaucli
        ```
        from source code
        ```sh
        git clone https://github/com/memesterhub/beaucli
        python setup.py install
        ```
        # Description
        basically beaucli is a tool for making your command line applications better by providing you colors and some extra tools
        
        # Introduction
        ```py
        import beaucli
        print(beaucli.fore("Hello In Red!", "red"))
        ```
        
        # [Documentation](https://husseinraed.cf/beaucli/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
