Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waveform80/picraft
An alternate Python Minecraft API for the Raspberry Pi
https://github.com/waveform80/picraft
minecraft python raspberry-pi
Last synced: 2 months ago
JSON representation
An alternate Python Minecraft API for the Raspberry Pi
- Host: GitHub
- URL: https://github.com/waveform80/picraft
- Owner: waveform80
- License: bsd-3-clause
- Created: 2015-05-14T20:56:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T16:52:49.000Z (over 2 years ago)
- Last Synced: 2024-10-02T05:01:59.690Z (3 months ago)
- Topics: minecraft, python, raspberry-pi
- Language: Python
- Homepage: https://picraft.readthedocs.io/
- Size: 6.57 MB
- Stars: 51
- Watchers: 10
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. -*- rst -*-
=======
picraft
=======This package provides an alternate Python API for `Minecraft Pi edition`_ on
the `Raspberry Pi`_, or `Raspberry Juice`_ on the PC for Python 2.7 (or above),
or Python 3.2 (or above).Links
=====* The code is licensed under the `BSD license`_
* The `source code`_ can be obtained from GitHub, which also hosts the `bug
tracker`_
* The `documentation`_ (which includes installation, quick-start examples, and
lots of code recipes) can be read on ReadTheDocs
* Packages can be downloaded from `PyPI`_, but reading the installation
instructions is more likely to be useful.. _Minecraft Pi edition: https://www.raspberrypi.org/documentation/usage/minecraft/README.md
.. _Raspberry Pi: http://www.raspberrypi.org/
.. _Raspberry Juice: http://www.stuffaboutcode.com/2014/10/minecraft-raspberryjuice-and-canarymod.html
.. _PyPI: http://pypi.python.org/pypi/picraft/
.. _documentation: http://picraft.readthedocs.io/
.. _source code: https://github.com/waveform80/picraft
.. _bug tracker: https://github.com/waveform80/picraft/issues
.. _BSD license: http://opensource.org/licenses/BSD-3-Clause