XP-Launcher is a console-based launcher tool written in Python that allows you to manage and launch various applications associated with Grand Theft Auto V (GTA V) cheats and mods. It provides a simple interface to start GTA V, open different cheat menus, and perform other related tasks.
- Launch GTA V
- Create and manage multiple profiles
- Specify update commands for files associated with profiles
- Delete existing profiles
-
Clone this repository to your local machine:
git clone https://github.com/yesEngineer/XP-Launcher.git -
Install the required dependencies:
pip install -r requirements.txt
-
Run the app.py script:
python app.py -
Follow the on-screen prompts to select options from the menu.
-
To create a new profile, select the option "Create New Profile" and follow the prompts to enter profile details.
-
To delete an existing profile, select the option "Delete Profile" and follow the prompts to select the profile to delete.
-
To exit the XP-Launcher, select the option "Exit" from the main menu.
You can also compile the app.py script into a standalone executable using pyinstaller. Make sure you have pyinstaller installed, then run the following command:
pyinstaller --onefile --icon=icon.ico --name="XP-Launcher" app.py
This will generate a single executable file named XP-Launcher.exe in the dist directory.
XP-Launcher was created by noEngineer(yesEngineer).
This project is licensed under the MIT License - see the LICENSE file for details.