Python GradientScreenshotsUsageMade for doing cool gradient prints in Python 3. Import it as in the example:fromgradientimportprintg# gradient is replaced with whatever you named itprintg(text="My cool text.", c1="#FFD700", c2="FFFF00")Uses PIL and Colour modules from Python.