Minecraft-client networking library in Python
Go to file
2012-07-18 10:10:02 -04:00
fonts Add a readme and some fonts 2012-07-18 10:10:02 -04:00
GUI.py Fixes and stuff 2012-07-17 22:42:42 +01:00
NetworkManager.py Fixes and stuff 2012-07-17 22:42:42 +01:00
NoGUIstuff.py Maintains connection for a second, needs moar parsing. 2012-04-13 20:38:25 +05:00
PacketListenerManager.py Fixes and stuff 2012-07-17 22:42:42 +01:00
PacketSenderManager.py Oh god stuff that works 2012-04-15 21:49:47 +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 Fixes and stuff 2012-07-17 22:42:42 +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!