Python scripting with Paint Shop Pro 8.0

Gerhard Häring gh at ghaering.de
Tue Jul 22 13:09:01 EDT 2003


Marc Wilson wrote:
> [...] One thing I've not found in the reference (perhaps I'm looking in the wrong
> place): how do I capture command-line parameters? [...]

sys.argv

For fancier options, check out optparse (new in 2.3) or getopt.

-- Gerhard





More information about the Python-list mailing list