currently my Python program opens a text file like this:
os.system('gedit decryptedText.txt&')
Now, I presume this will not work on Windows, since gedit is a Linux application? How can I make this run on both Windows and Linux. Or will it work on both?