Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 421 Bytes

File metadata and controls

16 lines (10 loc) · 421 Bytes

Python Gradient

Screenshots

App Screenshot

Usage

Made for doing cool gradient prints in Python 3. Import it as in the example:

from gradient import printg # gradient is replaced with whatever you named it

printg(text="My cool text.", c1="#FFD700", c2="FFFF00")

Uses PIL and Colour modules from Python.