News

Python's argparse module makes it easy to write user-friendly command-line interfaces. It is the recommended command-line parsing module in the Python standard library. This repository holds files ...
I’ve written a little python utility to be used in an office environment. Tried Gooey to present it as a simple desktop program. I like the concept, but you’ll end up replacing argparse with ...