DEV Community

Dominic
Dominic

Posted on

sh library

Python is a great scripting language. Sometimes using the standard libraries os and subprocess becomes a real headache.

The sh library is a great alternative.

With it, you can call any program as a regular function - this is extremely useful for automating workflow and tasks, and everything is done in Python itself.

Image description

Top comments (0)