Skip to content

codegallivant/local-program-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-program-launcher (Cengrum)

User can quickly start scripts up from the system tray.

Prerequisites

  • Python 3+
  • pip modules
    • pystray
    • pillow
    • ctypes
    • pyautogui

Setting it up

  1. Run the program. If you want, you can create a shortcut to it in the startup folder of your system.
  2. An icon will appear in the notification area (system tray). Right-click on the icon.
  3. A list of your scripts will be visible in the options. Clicking on any script will launch it immediately. Note that to view these, you'll have to add the scripts' paths to the paths.json file first.

Adding your scripts' paths

In the paths.json file:

{
	"name_of_script1": "path/to/script1",
	"name_of_script2": "path/to/script2"
}

Credits for external files

About

Easily access your own programs from the system tray

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages