Metadata-Version: 2.1
Name: fadetext
Version: 0.0.1
Summary: This module allows to use Pastebin API very easily.
Home-page: https://github.com/venaxyt/fadetext
Author: Venax
Author-email: venaxumofficial@gmail.com
License: MIT
Keywords: pastebin
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

> # PASTEBIN API
```
# Module made by @venaxyt on Github
import fadetext

mytext = """
TEXT
TEXT
TEXT
"""
textfade.purplefade(mytext)
>>> Output : Faded purple text
```

> ### **Download** : ``pip install fadetext``

