You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsl
Usage:
from tsl import *
# use skin name if it's a default one, or full path to the file
skin = Skin("bluestripe", custom_colors=True)
skin.set_rgb([255, 252, 0], [251, 255, 0])
skin.render()
skin.save("result.png")