Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Accessing command-line arguments in Python - Python Morsels
https://www.pythonmorsels.com/accessing-command-line-arguments-python/
links
backlinks
Roast topics
Find topics
Find it!
If you need to make a very simple command-line interface and it doesn't need to be friendly, you can read sys.argv to manually process the arguments coming into your program.