Online coding school for kids - ProgKids
Project description
Description
The progkids library is a Python package designed for seamless communication with Minecraft: ProgKids edition. This library enables developers to interact with the game programmatically, making it an excellent tool for educational purposes.
Features
- Easy installation with pip, automatically handling dependencies.
- Suitable for both educational use and creating custom Minecraft projects.
Installation Instructions
The installation process has been simplified to eliminate the need for manually managing dependencies. The updated installation and setup process is as follows:
Step 1: Install the Library
To install the progkids library, run the following command:
pip install progkids
Step 2: Obtain Your Access Token
You will need an access token to connect to Minecraft: ProgKids edition. Follow these steps to retrieve your token:
- Log in to your account on app.progkids.com.
- Navigate to the settings page.
- Press
F5to refresh the page, and the token will be generated and displayed in the settings.
Step 3: Test the Example Code
Try out the following test example to ensure everything is set up correctly. Replace 'nick' with your nickname and 'your_token' with your access token:
from progkids import mc
mc.connect(nick='nick', token='your_token')
r1 = mc.player.getDirection()
print(r1)
mc.disconnect()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file progkids-0.1.7.tar.gz.
File metadata
- Download URL: progkids-0.1.7.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ae5d93701230ebde61154e97e2533ea7d02bf4b91f9bf0f7f0e86fb71d7446c
|
|
| MD5 |
387eced7c527846c39b9f725394c0e89
|
|
| BLAKE2b-256 |
45791fd2dc46269247e8d2658ba1d0c3593199e2544ca0b964bc38fd718aef6b
|
File details
Details for the file progkids-0.1.7-py3-none-any.whl.
File metadata
- Download URL: progkids-0.1.7-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e626439d7aa4af4588139def2eb124c183da5953306f864624ad19b796428b0
|
|
| MD5 |
4cc9a47d0165e757ffce71de8efa2520
|
|
| BLAKE2b-256 |
681302f529de3b6d7416844ac76c5abb48afe6cdd6e3fe6d45fcfb904a3f5390
|