blob: 25b9aefb3abcf86926a8bbaf34ac759c7843813b [file] [log] [blame]
Barry Warsaw516f1891998-01-27 03:19:00 +00001#! /usr/bin/env python
2
3"""Pynche: The PYthon Natural Color and Hue Editor.
4
5Pynche is based largely on a similar color editor I wrote years ago for the
6Sunview window system. That editor was called ICE: the Interactive Color
7Editor. I'd always wanted to port the editor to X but didn't feel like
8hacking X and C code to do it. Fast forward many years, to where Python +
9Tkinter + Pmw provides such a nice programming environment, with enough
10power, that I finally buckled down and implemented it. I changed the name
11because these days, too many other systems have the acronym `ICE'.
12
13Usage: %(PROGRAM) [-h]
14
15Where:
16 --help
17 -h
18 print this message
19
20"""
21
22__version__ = '1.0'
23