How to re-open python app (facefusion, Deep Live Cam) after closing Anaconda?
Here is how you can re-open any applications installed using Anaconda. We will be creating a shortcut to open the apps. Generally, to re-open any apps, you will need to open the Anaconda Prompt, activate the environment, navigate to the folder, and then run the application. This works fine but it is quite a long process. So instead of this, you can create a shortcut for the app. This way, you do not need to go through all the process.
To create a shortcut, we have created a BAT file (download link is in the description). This BAT file can create shortcuts for your Python application, which has already been installed using Anaconda. Simply open the BAT file, type the exact environment name you created on Anaconda. This should exactly match the name. Then, you need to enter the full path of the app folder. And now type the exact command to run the app. And enter.
This will create a launcher.bat file. You can keep this inside the app folder or desktop or anywhere. To run the app, simply double-click on it and it will open the app. You do not need to open Anaconda Prompt.
You can create shortcuts to any application you have installed using Anaconda.
Thank you very much.



