mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-06 07:58:17 +01:00
Minecraft-client networking library in Python
fonts | ||
GUI.py | ||
NetworkManager.py | ||
NoGUIstuff.py | ||
PacketListenerManager.py | ||
PacketSenderManager.py | ||
README.md | ||
requirements.txt | ||
start.py |
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.)
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!