#shell-commands

[ follow ]
fromRealpython
2 weeks ago

Using the Python subprocess Module - Real Python

The Python subprocess module is used to run shell commands and manage external processes. You run a shell command using subprocess by calling subprocess.run() with the command as a list of arguments.
Python
[ Load more ]