Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)