Vor einiger Zeit bin ich auf eine sehr elegante Lösung gestoßen, wie man die Ausgabe von Konsolen-Befehlen als String bekommt. Das Paket "commands" stellt dazu die Funktion "getoutput" zur Verfügung.
import commandsprint commands.getoutput()
Tags: Python