Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.08 KB

Dashboard Application

This Python script creates a simple dashboard application using Tkinter, where you can launch Microsoft Edge, Spotify, and Microsoft Store directly from the interface.

Prerequisites

  • 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)

Installation

  1. Clone or download this repository to your local machine.

  2. Install the required Python libraries if you haven't already:

  3. 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).

Usage

  1. Open a terminal or command prompt and navigate to the directory where the script is located.

  2. Run the script using Python:

  3. The dashboard window will open, displaying buttons for launching Microsoft Edge, Spotify, and Microsoft Store. Click on the respective buttons to launch the applications.