I want to open an application in the system (windows) & then use the "Save As" feature of that application to save the open file with a different extension.
For example:
Opening a text file using notepad application & saving the file as csv using the script. Opening a PBIX file using PowerBI application & saving the file as a PBIT / PBIP file. I tried searching a solution for this as I am a beginner in Python. However couldn't find it. Can somebody help me with this ?
Thanks for your help in advance.