how to open notepad editor through python code example Example: python os open notepad import os os.system("C:\\Windows\\notepad.exe")