Skip to content

RedHotRojo/Python-Draws-in-Minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Draws in Minecraft

Python draws a picture in Minecraft

Required libraries:

  • 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

Extra stuff

Example of drawIMG.py

Example of writeMCFunction.py (Thanks u/Wkitor!)

Note that avgIMG.py is not required

About

Python draws picture in Minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages