Minecraft-client networking library in Python
Go to file
Ammar Askar a3a442db3a Moved networking stuff to network package
Fixed message duping bug
2012-07-18 15:45:25 +01:00
fonts Add a readme and some fonts 2012-07-18 10:10:02 -04:00
networking Moved networking stuff to network package 2012-07-18 15:45:25 +01:00
GUI.py Moved networking stuff to network package 2012-07-18 15:45:25 +01:00
NoGUIstuff.py Maintains connection for a second, needs moar parsing. 2012-04-13 20:38:25 +05:00
README.md Add a readme and some fonts 2012-07-18 10:10:02 -04:00
requirements.txt Add a readme and some fonts 2012-07-18 10:10:02 -04:00
start.py Moved networking stuff to network package 2012-07-18 15:45:25 +01:00

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!