Trey Hunner 15 min. read • Python 3.9—3.13 • June 3, 2024 Did you know that some Python modules can double-up as handy command-line tools? For example, you can run Python's webbrowser module from the command-line to open up a given URL in your default web browser: The Python standard library includes many such module-script hybrids. Below is a complete list of every module in Python that can be ru
![Python's many command-line utilities](https://cdn-ak-scissors.b.st-hatena.com/image/square/224539b5de550646e75a5b399fe7c6394c153ee1/height=288;version=1;width=512/https%3A%2F%2Fpythonmorsels.s3.amazonaws.com%2Ftwitter_image%2Fcli-tools%2Fcli-tools.png)