Shell Scripting with Python

Easier to Understand

More Reusable

Do More

Tips

  • Command line arg tools:
    • Clize
    • Click
  • Run shell command (native):
    • os.popen('ls -l').read()
    • os.system('ls -l)
  • Run shell command (libraries):
    • envoy
    • shell.py
    • plumbum
Made with Slides.com