Skip to content

mepro123/GameLauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ GameLauncher

A simple launcher that automatically detects and runs your installed games from a single folder.

image

โœจ Features

  • Auto-detects games inside a folder
  • Simple and clean UI (built with PyQt6)
  • Lightweight (uses psutil for process handling)

๐Ÿ“ฆ Requirements

  • Python installed
  • Windows OS

โš™๏ธ Installation

  1. Run setup.bat This will:

    • Create the folder: C:\Games
  2. Add your games

    • Put your game folders inside: C:\Games
    • Each game must contain an .exe file.
  3. Launch the program

    • Run the main script or executable.

๐Ÿ“ Folder Structure Example

C:\Games
โ”‚
โ”œโ”€โ”€ Roblox
โ”‚   โ””โ”€โ”€ RobloxPlayerBeta.exe
โ”‚
โ”œโ”€โ”€ Geometry Dash
โ”‚   โ””โ”€โ”€ GeometryDash.exe

โš ๏ธ Notes

  • Only .exe files are supported
  • Only one .exe files (>1 = Randomized)
  • Make sure your game is not missing dependencies
  • Running as admin is only required for setup
  • Sometimes might trigger a false positive

๐Ÿš€ Version 1.1

4/22/2026

  • Added Delete/Add Game button
  • Button tweening (Improving in 1.2)
  • Moved from C:\ProgramFiles\Games > C:\Games

๐Ÿ”— Links


๐Ÿ“ Credits

  • PyQt6 - UI
  • psutil - Battery, Time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors