Skip to content

Open Source and Free Minecraft Launcher for Linux and Windows written in Python

Notifications You must be signed in to change notification settings

coni/crack_minecraft_launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gally launcher

Gally_launcher

Gally Launcher is a Minecraft Launcher in CLI (Command Line Interface). There is no GUI (Graphic User Interface) or any window interactible.

Disclaimer

I am not a Minecraft developer. I just made the launcher I always wanted. Any request from Minecraft related companies to remove my code will be granted.

Download (Linux/Windows 10)

Using Python

Use git and clone gally_launcher

git clone https://github.com/coni/gally_launcher

Without Python

Download the latest release, then use it! (With an terminal)

Usage

I highly recommend using Gally Launcher with a terminal such as cmd.exe or any other Linux terminal. If you don't know how to use a terminal, I suggest you look for guides on the Internet. It is really important to know the basics of a terminal. It's not really complicated to learn how to use a terminal don't worry

Exemple

To simply start Minecraft with "coni" as username in 1.18.1

gally_launcher --username coni --version 1.18.1

or if you use Python

python3 gally_launcher.py --username coni --version 1.18.1

If you need help to use the launcher

gally_launcher --help
``