This Python script creates a simple dashboard application using Tkinter, where you can launch Microsoft Edge, Spotify, and Microsoft Store directly from the interface.
- Python 3 installed on your system
- Required Python libraries: tkinter, PIL (Python Imaging Library)
- Paths to the applications you want to launch (Microsoft Edge, Spotify, Microsoft Store)
-
Clone or download this repository to your local machine.
-
Install the required Python libraries if you haven't already:
-
Update the paths to the applications in the Python script:
- For Microsoft Edge, update the path to
msedge.exe
. - For Spotify, update the path to
spotify.exe
. - For Microsoft Store, update the path to the shortcut file (
.lnk
).
-
Open a terminal or command prompt and navigate to the directory where the script is located.
-
Run the script using Python:
-
The dashboard window will open, displaying buttons for launching Microsoft Edge, Spotify, and Microsoft Store. Click on the respective buttons to launch the applications.