Skip to content

A little tool I wrote to make gradients using python and PIL

Notifications You must be signed in to change notification settings

evanmhm/pygradient

Repository files navigation

Python Gradient

A little tool I wrote to make gradients using python and Pillow. In the future I plan to tie this in with individually controllable lights and a raspberry pi.

Usage

To run the program, first install Pillow from pip using the command pip install Pillow Then use the command python gradient.py run the program.

To change the colors, go to gradient.py and edit the RGB values for startColor to change the upper left value, and the endColorX and endColorY values to change the horizontal and vertical gradients, respectively.

Examples

example example

About

A little tool I wrote to make gradients using python and PIL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages