- Scanning script
scanner with comments.py
to scan screen pixels and extract the colours into alist
. For example: RGB [255, 255, 255]. This is so that I can scan any image I want. - Clicking script
draw pixelated piplup with comments.py
to iterate through the above generatedlist
and click based on the colours.
drawpiplup.preview.mp4
Sample of images drawn (i usually use images that are simplified in colours already with GIMP image editor)
this is done long time ago, before 2020
i started developing this as my first python project for fun to learn python too, i did not have any prior knowledge so the codes written are messy and variables are badly named π
very interesting as I observed it to be like a real life printer π¨ scanning through every pixel and printing.
my scanning script could set the dpi
through the scanrate
variable, basically how many pixels in a length