python restart app code example Example: how to restart program in python import os import sys os.execl(sys.executable, sys.executable, *sys.argv)