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.