mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Initial revision
This commit is contained in:
parent
abe2a457de
commit
516f18993f
1 changed files with 23 additions and 0 deletions
23
Tools/pynche/Main.py
Normal file
23
Tools/pynche/Main.py
Normal file
|
@ -0,0 +1,23 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
"""Pynche: The PYthon Natural Color and Hue Editor.
|
||||
|
||||
Pynche is based largely on a similar color editor I wrote years ago for the
|
||||
Sunview window system. That editor was called ICE: the Interactive Color
|
||||
Editor. I'd always wanted to port the editor to X but didn't feel like
|
||||
hacking X and C code to do it. Fast forward many years, to where Python +
|
||||
Tkinter + Pmw provides such a nice programming environment, with enough
|
||||
power, that I finally buckled down and implemented it. I changed the name
|
||||
because these days, too many other systems have the acronym `ICE'.
|
||||
|
||||
Usage: %(PROGRAM) [-h]
|
||||
|
||||
Where:
|
||||
--help
|
||||
-h
|
||||
print this message
|
||||
|
||||
"""
|
||||
|
||||
__version__ = '1.0'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue