1PYCOLOR(1) General Commands Manual PYCOLOR(1)
2
3
4
6 pycolor - Colorize a python file or stdin using ANSI and print to std‐
7 out.
8
10 pycolor [options] [file]
11
13 Prints a colorized version of the input file (or standard input if no
14 file is given, or the file name - is given) to standard out.
15
17 -h, --help
18 Output a brief help message.
19
20 -s, --scheme <scheme>
21 Give the color scheme to use. Currently only Linux (default),
22 LightBG, and NOColor are implemented.
23
25 pycolor was written by Fernando Perez <fperez@colorado.edu>. This man‐
26 ual page was written by Jack Moffitt <jack@xiph.org>, for the Debian
27 project (but may be used by others).
28
29
30
31 May 12, 2007 PYCOLOR(1)