Useful Tools
PRs welcome at github.com/yourname/sbprocess – especially for:
# Runs the command 'ls' (list files on Linux/Mac) or 'dir' (Windows) result = subprocess.run(['ls', '-l']) sbprocess
Enter .