Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 874 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 874 Bytes

🐢Turtlepix🐢

Replicate any image, pixel by pixel, using Turtle and Python.

github_ex

How It Works

  1. After the image file is given, the image is loaded using Pillow and converted to a .jpeg. Then, the pixel map is created.
  2. Next, the turtle enviroment is created along with the first turtle.
  3. Then, the first square is created and filled with the corresponding pixel RGB value.
  4. This process of creating a small square and filling it with the color fo the corresponding image is repeated for the rest of the image.

Dependencies

pip3 install pillow && sudo apt install python3-tk

Licensing

This project is licensed under MIT license - see the LICENSE.md file for details