Python draws a picture in Minecraft
- Pillow (imaging library)
$ pip install pillow
- keyboard (keyboard automation and detection)
$ pip install keyboard
- numpy (calculate the block from a pixel's color)
$ pip install numpy
Example of writeMCFunction.py (Thanks u/Wkitor!)
Note that avgIMG.py is not required