https://github.com/lilbrocodes/platinum-launcher-new
https://github.com/lilbrocodes/platinum-launcher-new
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilbrocodes/platinum-launcher-new
- Owner: LilBroCodes
- License: other
- Created: 2024-08-16T07:34:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T19:16:22.000Z (over 1 year ago)
- Last Synced: 2025-01-12T20:22:29.609Z (over 1 year ago)
- Language: Python
- Size: 113 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platinum GDPS Launcher
The **Platinum GDPS Launcher** is a custom launcher designed to simplify the installation, configuration, and launching of the Platinum Geometry Dash Private Server (GDPS). This launcher provides a user-friendly interface to manage different game versions, apply mods, and select texture packs.
## Features
- **Version Management**: Easily download and switch between different versions of the game.
- **Mod Support**: Enable and configure client mods like PolzHax and Mat's Nice Hacks.
- **Texture Pack Selection**: Apply custom texture packs to enhance your game experience.
## Requirements
- Python 3.x
- Required Python libraries:
- `threading`
- `Pillow` (`PIL`)
- `tkinter`
- `customtkinter`
Install the dependencies using pip:
```bash
pip install Pillow customtkinter appdata
```