Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keimasenpai/xlauncher-script
Launcher de Minecraft creado en python
https://github.com/keimasenpai/xlauncher-script
minecraft minecraft-forge minecraft-launcher python scrip
Last synced: 25 days ago
JSON representation
Launcher de Minecraft creado en python
- Host: GitHub
- URL: https://github.com/keimasenpai/xlauncher-script
- Owner: KeimaSenpai
- License: gpl-3.0
- Created: 2024-02-15T20:24:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T21:21:50.000Z (7 months ago)
- Last Synced: 2024-10-14T06:43:21.491Z (25 days ago)
- Topics: minecraft, minecraft-forge, minecraft-launcher, python, scrip
- Language: Python
- Homepage:
- Size: 194 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Launcher
> Launcher de minecraft que hice para un video de YouTube![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/KeimaSenpai/XLauncher-Script/total?style=for-the-badge&label=Download&color=%23756AB6)
### 🔩Instalacion
- Clonar repositorio
```console
git clone https://github.com/KeimaSenpai/Script-launcher-Minecraft.git
```
- Crear entorno de desarrollo
```console
pip install virtualenv
virtualenv env
```
- Instalar dependencias
```console
pip install -r requirements.txt
```🔩Instalación para los usuarios de Cuba
> Para que no gasten megas en la instalacion del paquete pueden usar este comando
> Solo funciona para CUBA este comando
```console
python -m pip install -r requirements.txt --index-url http://nexus.prod.uci.cu/repository/pypi-proxy/simple/ --trusted-host nexus.prod.uci.cu
```### 📦Para empaquetar
```console
pyinstaller main.py --noconfirm --onedir --console --icon icon_windows.ico --name "XLauncher"
```> Link de la documentacion [LINK](https://minecraft-launcher-lib.readthedocs.io/en/stable/)
## đź“şVideo de YouTube
> Recuerda dejar Like y no dejes de suscribirte al canal đź‘Ť
[CREA TU PROPIO LAUNCHER de MINECRAFT](https://youtu.be/5FmjSubDRyw?si=9brYY9OnENftZgft)## Gracias a todos los que estan contribuyendo con el proyecto
[![Contribuidores](https://contrib.rocks/image?repo=KeimaSenpai/XLauncher-Script)](https://github.com/KeimaSenpai/XLauncher-Script/graphs/contributors)