Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 616 Bytes

File metadata and controls

15 lines (10 loc) · 616 Bytes

On-startup program launching tool.

Description -

GUI window allowing you to save and load multiple .exe files to custom profiles. For example; loading Discord, OBS, and Steam might be saved to a "Gaming" profile.

Purpose -

This tool allows you to launch different work environments quickly and easily, saving time and hassle. It also removes the neccesity of cluttering your desktop/toolbar with frequently used apps.

What I Learned -

  • How to utilize the PyQt5 Designer tool and library.
  • Create and pull from local Data storage in the form of json.
  • File exploration dialog.
  • GUI best practices.