/LCLPy

A debloated, feature rich and CLI based launcher for Lunar Client. Made in Python. Available on Linux & Windows.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Information

Releases: https://github.com/RadNotRed/LCLPy/releases

Wiki/Documentation: https://github.com/Aetopia/LCLPy/wiki

Build

Using Nuitka (Recommended)

  1. Install Nuitka and ZStandard.

If using Python 3.9:

pip install nuitka
pip install zstandard
  1. Run build_nuitka.bat

Using PyInstaller

  1. Install PyInstaller.
pip install PyInstaller

OR

If using Python 3.10:

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
  1. Run build_pyinstaller.bat.