1 2 3 4 5 6 7 8 9
# -*- coding: utf-8 -*- import sys if len(sys.argv) == 2: if sys.argv[1] == "-install": print ('pygtk is now installed on your machine.\n')