I was wondering if there is a command that would open the file itself not make python just read the insides of its content. In this case I just want to literally open a .txt file using a python command (Like Instead of double clicking the txt file to open it I want to use a python command)
I've searched around for a while and all I found was the standard open() function which does not actually open the file