In python, file handling
after creating a file and saving the file, is there any way to directly show the file to the user the same as opening a file by double-clicking it?
Asked
Active
Viewed 37 times
0

martineau
- 119,623
- 25
- 170
- 301

Varun Baisane
- 23
- 3
-
5Duplicate of [Open document with default OS application in Python, both in Windows and Mac OS](https://stackoverflow.com/questions/434597/open-document-with-default-os-application-in-python-both-in-windows-and-mac-os) – esqew Jul 18 '22 at 15:05
-
1This is OS- and destktop-environment-dependent. – chepner Jul 18 '22 at 15:05
-
"Do the same thing as double clicking" is not what I as a developer think someone means when they say "directly open the file itself". – Charles Duffy Jul 18 '22 at 16:24