Hello,
I’ve been working on a project were I need to use a terminal command through a python script to control the project.
Is there a python library to control terminal commands.
Thanks,
Vincent 
Is there a python library for terminal commands?
Vincent1
#1
Clinton
#2
Hey Vincent,
There is indeed it is called the OS Library. The os.system() command can be used to run any terminal function. If you want an example I used it in the Raspberry Pi Safe Shutdown Tutorial.









