Windows App Launcher with utilities like Calculators accessed by Run Utilities + 1 Easter Egg. Run the App Launcher from start menu and whenever u press Alt+X, It would pop-up.
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
Spoiler
The Easter Egg is Puppy Companion(forked from @Giorgiark)Download all files in the Pyinstaller folder then run the below commands
pyinstaller --onefile "Full Calculator Fast.py"
pyinstaller --onefile "Simple Fast Calculator.py"
pyinstaller --onefile "Simple Int Calculator.py"
pyinstaller --onefile puppy.py
pyinstaller --onefile "App Launcher.pyw"
pyinstaller --onefile index.py
Download all files in the root folder then run "App Launcher.pyw"
pip install tkinter pynput pywin32
