Contribute Media
A thank you to everyone who makes this possible: Read More

Parsing command-line arguments in Python

Description

If you're trying to make a friendly command-line interface in Python, instead of manually parsing sys.argv you should probably use Python's argparse module.

Details

Improve this page