1. NAME

pyhtmlizer - pretty-print Python source as HTML

2. SYNTAX

pyhtmlizer [-s|--stylesheet <url>] <filename>

3. DESCRIPTION

This generates a HTML document with Python source marked up with span elements. To colorize, provide a stylesheet.

4. OPTIONS

  • --stylesheet, -s <url>
        Links to the stylesheet at <url>.
  • --help
        Output help information and exit.
  • -v, --version
        Output version information and exit.