Skip to content

alexalbertt/turtlepix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐢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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages