User Tools

Site Tools


user:katia:showcolors.py

Just a simple python script to show you the colors you can print out into the client.

You will need this file too crossfire.py

#!/usr/bin/python2
from crossfire import draw

for i in range(0,13):
    draw(i, 'Color %d' % i) 
user/katia/showcolors.py.txt · Last modified: 2012/09/29 17:49 (external edit)