Minecraft-client networking library in Python
Go to file
Jeppe Klitgaard 3f87b91c6e Fixed typo
2015-04-01 17:44:35 +02:00
docs Document the ability to listen for packets 2015-03-22 20:00:45 +05:00
minecraft Moved authentication out of networking submodule. 2015-04-01 17:43:16 +02:00
tests Added the first test, yay 2015-04-01 17:40:40 +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 Fixed typo 2015-04-01 17:44:35 +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 authentication out of networking submodule. 2015-04-01 17:43:16 +02:00
tox.ini Added tox for testing 2015-04-01 17:40:56 +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