pyshell
A Linux subprocess module, An easier way to interact with the Linux shell
pyshell should be cross platform but has only been tested with linux
Installation
You can install the latest release
$ pip install pyshell
You can install directly from GitHub
$ pip install https://github.com/volitank/pyshell/archive/refs/heads/main.tar.gz
Usage
from pyshell import pyshell
shell = pyshell()
shell.echo('Hello', "GitHub!")
Docs
Check out the Official Documentation for help with syntax and different arguments