Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdotcom/mclauncher
A fully fledged launcher for Minecraft. Made in python, and supports almost all features of the official launcher.
https://github.com/bobdotcom/mclauncher
Last synced: 3 months ago
JSON representation
A fully fledged launcher for Minecraft. Made in python, and supports almost all features of the official launcher.
- Host: GitHub
- URL: https://github.com/bobdotcom/mclauncher
- Owner: BobDotCom
- License: mit
- Created: 2021-10-21T17:06:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T04:48:58.000Z (about 3 years ago)
- Last Synced: 2024-10-02T09:10:12.940Z (3 months ago)
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
mclauncher
==========
A fully fledged launcher for Minecraft. Made in python, and supports almost all features of the official launcher. Not
tested on Windows.Note
----
This package can be installed under both "mclauncher" and "pymclauncher". The former is the default.DISCLAIMER
----------
`This is not a cracked client/launcher!`You will be required to authenticate with Microsoft to use this program. If you have not migrated your Mojang account to
Microsoft, you will be required to do so before using this program. If you would like to see the source code for the
backend authentication, you can find it `here `_.This being said, this program may not check to see if you have a valid account. It may be possible to launch a cracked
client using this program, but it is not recommended (It's against the terms of Minecraft to do so!). Hacked clients and
modded clients are fine.Usage
-----Install
~~~~~~~
Install ``mclauncher`` using your favorite flavor of the pip package manager... code-block:: bash
pip install mclauncher
Running
~~~~~~~
Use the help command to see a list of available commands. Pip should have added the ``mclauncher`` package to
PATH, so you should be able to simply run ``mclauncher`` in your terminal... code-block:: bash
mclauncher -h
If that doesn't work, a consistent fallback is to run ``mclauncher`` using your favorite flavor of the python command.
.. code-block:: bash
python -m mclauncher -h