Minecraft-client networking library in Python
Go to file
2015-04-01 17:40:10 +02:00
docs Document the ability to listen for packets 2015-03-22 20:00:45 +05:00
minecraft Setup.py and versioning 2015-04-01 17:38:14 +02:00
.gitignore Added more stuff to gitignore 2015-04-01 17:40:10 +02:00
LICENSE Licensed under Apache License, Version 2.0 2012-10-10 14:29:32 +05:00
README.md requirements.txt and README.md shouldn't be executable? 2015-04-01 16:43:36 +02:00
requirements.txt requirements.txt and README.md shouldn't be executable? 2015-04-01 16:43:36 +02:00
setup.py Setup.py and versioning 2015-04-01 17:38:14 +02:00
start.py Moved code into a python module 2015-04-01 17:19:12 +02:00

pyCraft

Minecraft Python Client Library!

Detailed information for developers can be found here: http://pycraft.readthedocs.org/en/latest/

start.py is a basic example of a headless client using the library Use start.py --help for the options

#Requirements

See the installation instructions for the cryptography library here: https://cryptography.io/en/latest/installation/ but essentially pip install -r requirements.txt should cover everything