A simple launcher that automatically detects and runs your installed games from a single folder.
- Auto-detects games inside a folder
- Simple and clean UI (built with PyQt6)
- Lightweight (uses psutil for process handling)
- Python installed
- Windows OS
-
Run
setup.batThis will:- Create the folder: C:\Games
-
Add your games
- Put your game folders inside: C:\Games
- Each game must contain an
.exefile.
-
Launch the program
- Run the main script or executable.
C:\Games
โ
โโโ Roblox
โ โโโ RobloxPlayerBeta.exe
โ
โโโ Geometry Dash
โ โโโ GeometryDash.exe
- Only
.exefiles are supported - Only one
.exefiles (>1 = Randomized) - Make sure your game is not missing dependencies
- Running as admin is only required for setup
- Sometimes might trigger a false positive
- Added Delete/Add Game button
- Button tweening (Improving in 1.2)
- Moved from
C:\ProgramFiles\Games > C:\Games
- PyQt6 - UI
- psutil - Battery, Time