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: 2025/04/18 13:08 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki