Minecraft-client networking library in Python
Go to file
2012-07-18 10:53:40 -04:00
fonts Add a readme and some fonts 2012-07-18 10:10:02 -04:00
networking Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
GUI.py Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
GUI.pyc Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
NoGUIstuff.py Maintains connection for a second, needs moar parsing. 2012-04-13 20:38:25 +05:00
NoGUIstuff.pyc Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
README.md Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
requirements.txt Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
start.py Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04:00
start.pyc Add catch for migrated accounts. Fix readme and requirements files 2012-07-18 10:53:40 -04: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.)

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!