Rohit Bhagwani

Rohit Bhagwani

  • 1.1k
  • 617
  • 2.9k

Python Script to open an application & use "Save As" feature

Jan 4 2024 9:11 AM

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.


Answers (2)