Minecraft-client networking library in Python
Go to file
2015-03-22 19:22:51 +05:00
authentication Documentation with sphinx 2015-03-22 03:08:44 +05:00
docs Update arbitrary request example to follow better practices 2015-03-22 03:44:45 +05:00
network Added a way to listen for certain packets 2015-03-22 19:05:55 +05:00
.gitignore Documentation with sphinx 2015-03-22 03:08:44 +05:00
LICENSE Licensed under Apache License, Version 2.0 2012-10-10 14:29:32 +05:00
README.md Rewrite README 2015-03-22 19:22:51 +05:00
requirements.txt Significant headway on the rewrite. 2015-03-17 22:15:27 +05:00
start.py Added a way to listen for certain packets 2015-03-22 19:05:55 +05: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