#!/usr/bin/env python # A python example showing how to call shell commands from a python script. import subprocess subprocess.call("ls-l", shell="TRUE")
Python GTK3 Tutorial & Reference Documents
http://python-gtk-3-tutorial.readthedocs.org/en/latest/index.html