Metadata-Version: 2.1
Name: gratient
Version: 0.0.1
Summary: This modules allows you print gratient texts.
Home-page: https://github.com/venaxyt/gratient
Author: Venax
Author-email: venaxumofficial@gmail.com
License: MIT
Keywords: gratient
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.9
Description-Content-Type: text/markdown

# GRATIENT
```
# Module made by @venaxyt on Github
import gratient

text = """
    `7MMF'   `7MF'` 7MM"'"YMM   `7MN.   `7MF'      ma       `YMM'   `MP' 
      `MA     ,V     MM    `7     MMN.    M       ;MM:        VMb.  ,P   
       VM:   ,V      MM   d       M YMb   M      ,V^MM.        `MM.M'    
        MM.  M'      MMmmMM       M  `MN. M     ,M  `MM          MMb     
        `MM A'       MM   Y  ,    M   `MM.M     AbmmmqMA       ,M'`Mb.   
         :MM;        MM     ,M    M     YMM    A'     VML     ,P   `MM.  
          VF       .JMMmmmmMMM  .JML.    YM  .AMA.   .AMMA. .MM:.  .:MMa.

 [!] Please subscribe to my Github profile @venaxyt for more modules like this one.
"""
```
```
# Print a gratient text :
gratient_text = gratient.purple(text)
print(gratient_text)
```
![](https://raw.githubusercontent.com/venaxyt/gratient/main/images/purple.PNG)

