A simple package to make creating Minecraft launchers easier.
Project description
Easy MC Launcher
Ein einfaches Python-Package, um das Erstellen von Minecraft Launchern zu vereinfachen. Es übernimmt das Herunterladen der Versionen, Assets und Bibliotheken, und verwaltet die Launcher-Einstellungen.
Installation
pip install -r requirements.txt
pip install -e .
Verwendung
Siehe example.py für ein funktionierendes Beispiel!
from easy_mc_launcher import EasyLauncher, SettingsManager
# Einstellungen laden/speichern
settings = SettingsManager()
settings.set("username", "DeinName")
settings.set("ram_max", "4G")
# Launcher initialisieren
launcher = EasyLauncher()
# Startet das Spiel (und lädt die Version herunter, falls nötig)
launcher.launch("1.20.1", settings)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easy_mc_launcher-0.1.0.tar.gz.
File metadata
- Download URL: easy_mc_launcher-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
889ba7243a010dfd25519d71cd36f7e7dadadc915f3f36bef0858e3d8ac1bd0d
|
|
| MD5 |
29b68d10baf6bc8552367b54ae328d3c
|
|
| BLAKE2b-256 |
9ab35a55637422aa289b21a6f62a36c387ad95a2d474594406157e685e4fc4e8
|
File details
Details for the file easy_mc_launcher-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easy_mc_launcher-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c92bb12b8456e067e46cdcf0f529d0d842c8e0d1ad5b4142cd0fe858f976d701
|
|
| MD5 |
c868b84b42a085329b755b9cb9c73a1a
|
|
| BLAKE2b-256 |
6e7aa1d65031377090ff4e0bcbcf0cfe00113a308a7679d7acbbea38fa234ea5
|