MCPIL
**Deprecated** Launcher for MCPI-Reborn - Use gMCPIL or jMCPIL instead.
Install / Use
/learn @MCPI-Revival/MCPILAbout this skill
Quality Score
0/100
Category
Development & EngineeringSupported Platforms
Claude Code
Cursor
README
<h1 align="center">MCPIL</h1>
<p align="center">
Simple GUI launcher for Minecraft: Pi Edition and <a href="https://gitea.thebrokenrail.com/TheBrokenRail/minecraft-pi-reborn/">MCPI-Reborn</a>.
</p>
<p align="center">
<a href="https://github.com/MCPI-Revival/MCPIL/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/MCPI-Revival/MCPIL?label=License" alt="GPL-2.0"></img>
</a>
<a href="https://python.org">
<img src="https://img.shields.io/badge/Python-%E2%89%A53.7.x-blue" alt="Required Python version"></img>
</a>
<a href="https://github.com/MCPI-Revival/MCPIL/actions?query=workflow%3ACodeQL">
<img src="https://github.com/MCPI-Revival/MCPIL/workflows/CodeQL/badge.svg" alt="CodeQL results"></img>
</a>
</p>
<p align="center">
<img src="https://i.imgur.com/H9LLI0h.png" alt="screenshot"></img>
</p>
This is a rewrite of the original MCPIL project meant to be less fragile and more compatible.
⚠️ Deprecation notice
This version of the Launcher is deprecated, and won't work with MCPI-Reborn 2.0. Please use gMCPIL or jMCPIL instead.
Getting started
Prerequisites
- Python >= 3.7.x
- MCPI-Reborn
System Requirements
Debian/Raspbian Buster/Ubuntu 20.04 Or Higher
Installation
Features
- Switch between Minecraft Pi and MCPE GUI/Touch GUI
- Multiplayer and multiplayer username changing
- Render distance toggle
- Coming soon: More stuff
Changelog
Debian Packages
Compiling/Packaging
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.
