Simple GUI launcher for Minecraft: Pi Edition and MCPI-Reborn.
This is a rewrite of the original MCPIL project meant to be less fragile and more compatible.
This version of the Launcher is deprecated, and won't work with MCPI-Reborn 2.0. Please use gMCPIL or jMCPIL instead.
Debian/Raspbian Buster/Ubuntu 20.04 Or Higher
git clone --recurse-submodules https://github.com/MCPI-Revival/MCPIL.git
cd MCPIL
./scripts/package.sh
Then install the resulting .deb package, eg:
sudo apt install ./out/mcpil_*_.deb'
NOTE: You may need to run pip3 install ttkthemes
if you are getting a missing module error upon run.