Windows App Launcher. Run the App Launcher from start menu and whenever u press Alt+X, It would pop-up. Very less CPU and Memory Usage
I made it because existing launchers use way too much resources and my laptop doesnt have that many to give so this runs efficiently and is instant and solves my purpose...
When u start the app, it would start as a background process, nothing would be visble. The app would become visible when u press Alt+X
Download all files in the Pyinstaller folder then run the below commands
pyinstaller --noconsole --onefile --collect-all customtkinter --hidden-import=tkinter --hidden-import=tkinter.filedialog --hidden-import=tkinter.messagebox "App Launcher.pyw"
Download all files in the root folder then run "App Launcher.pyw"
pip install tkinter pynput pywin32
