2023-09-24

Python modules CLI

https://docs.python.org/dev/library/cmdline.html

Some examples of command-line interface usage of Python modules that I may use.

❯ python -m calendar [2023 9] ❯ python -m http.server 9000 [-d ./path/] ❯ python -m dis x.py ❯ python -m mimetypes x.py ❯ python -m platform ❯ python -m sysconfig ❯ python -m webbrowser [-t https://minho42.com]