Python CLI Tricks That Don’t Require Any Code Whatsoever
Start webserver, open browser, parse JSON, compress files and much more with Python commandline tools and without opening a single file or writing any code
7 min readOct 17, 2022
--
Out-of-the-box, Python standard library ships with many great libraries some of which provide commandline…