mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-04-01 17:25:42 +02:00
Minecraft-client networking library in Python
fonts | ||
networking | ||
GUI.py | ||
GUI.pyc | ||
NoGUIstuff.py | ||
NoGUIstuff.pyc | ||
README.md | ||
requirements.txt | ||
start.py | ||
start.pyc |
pyCraft
Minecraft Python Client!
When running start.py, make sure you duck.
#Requirements
- wxPython (In the requirements.txt for all you pip fans, however you can avoid this.)
If the install fails for you, you can grab a binary of wxPython over at: [http://wxpython.org/download.php#stable]
Basically, run pip install -r requirements.txt
, which should pull everything in. You need a compiler.
Eventually we'll put some run instructions here.
Have fun!