Metadata-Version: 2.1
Name: hexor
Version: 0.0.1
Summary: hexor for color the texts in hex colors.
Home-page: UNKNOWN
Author: Yasser BDJ (Ro0t96)
Author-email: by.root96@gmail.com
License: UNKNOWN
Project-URL: Author Github, https://github.com/byRo0t96
Project-URL: Source Code, https://github.com/byRo0t96/hexor
Description: hexor texts color
        ==========================
        'hexor' for color the texts in hex colors.
        
        Installation
        ============
        
        .. code::
        
            pip install hexor
        
        Usage
        =====
        .. code:: python
        
            from hexor import hexor
        
            #To change text color only
            hexor.c("<TEXT>","<FOREGROUND>")
        	
            #To change text color and background together
            hexor.c("<TEXT>","<FOREGROUND>","<BACKGROUND>")
        
        .. begin changelog
        
        Changelog
        =========
        
        0.0.1
        -----
        - First public release.
        
        .. end changelog
        
Keywords: python,text,color,hex
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
