The code snippet focused on opening external applications requires a map (dictionary in this case) indicating corresponding access-points of that particular application or website (the URL of website or the absolute path of the application).
The current implementation makes the process of opening applications and/or website extremely tedious and machine dependent as in, the dictionary in ExternalPath.py will differ from one computer to other depending upon the location of the executables and the folder hierarchy.
Required Solution
An alternate approach which minimizes the need to explicitly specify the access-points corresponding to the applications and website.
Feature/Problem Description
ExternalPath.py
will differ from one computer to other depending upon the location of the executables and the folder hierarchy.Required Solution
An alternate approach which minimizes the need to explicitly specify the access-points corresponding to the applications and website.