rwenz3l / craft-ctrl

Minimal Minecraft WebUI for Controlling a Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

craft-ctrl

a minimal minecraft web-ui for controlling a server

setup

  • install python3 and pipenv
# clone the repo
git clone https://github.com/rwenz3l/craft-ctrl.git

# change workdir to repo
cd craft-ctrl

# Setup a python3 environment
pipenv --three

# Open a pipenv shell
pipenv shell

# Install requirements.
pipenv install

# run the app:
python3 craft-ctrl.py

# open
http://localhost:8080

Note:

This is just a hobby project, nothing serious.

Feel free to contributions or give feedback via github issues.

About

Minimal Minecraft WebUI for Controlling a Server

License:MIT License


Languages

Language:Python 100.0%