https://github.com/nemwel-boniface/desktop-manager
Desktop Manager is a desktop GUI app designed using Python's Tkinter that helps you quickly access and start your frequently used applications all at once.
https://github.com/nemwel-boniface/desktop-manager
python-3 tkinter
Last synced: about 1 year ago
JSON representation
Desktop Manager is a desktop GUI app designed using Python's Tkinter that helps you quickly access and start your frequently used applications all at once.
- Host: GitHub
- URL: https://github.com/nemwel-boniface/desktop-manager
- Owner: Nemwel-Boniface
- License: gpl-3.0
- Created: 2021-09-12T11:27:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T11:36:23.000Z (over 4 years ago)
- Last Synced: 2025-03-25T12:51:17.082Z (about 1 year ago)
- Topics: python-3, tkinter
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop-Manager
When using the Desktop manager app, It comes with a save.txt file that acts as your database that stores the path to the .exe of the applications that you want to open all at once.
To use the application click the open file button which will open the file explorer. It will only show you the executable files (.exe). Once you've selected the .exe of the apps you want to open all at once click on the run apps button and all of the applications you've chosen to be run will open.
The save.txt then will save the file paths so when you close and restart the application you will still be able to re-run the applications.