please subscribe my channel - https://bit.ly/2Me2CfB import os os.startfile("path_of_the_software")
Here is what the above code is Doing:
1. Importing the os module.
2. Using the os.startfile() function to open the software.
3. Passing the path of the software as an argument to the function.