Skip to content

My first python project (to learn python before uni) to automate drawing for drawing games like skribbl.io, done before 2020 but only uploaded to github on 2024

Notifications You must be signed in to change notification settings

adamhcj/drawpiplup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

✍️🐧 drawpiplup

  1. Scanning script scanner with comments.py to scan screen pixels and extract the colours into a list. For example: RGB [255, 255, 255]. This is so that I can scan any image I want.
  2. Clicking script draw pixelated piplup with comments.py to iterate through the above generated list and click based on the colours.

πŸ“Ή Video Preview

drawpiplup.preview.mp4

Sample of images drawn (i usually use images that are simplified in colours already with GIMP image editor)

image skribblpenguin skribblolm

πŸ“ Additional notes

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

About

My first python project (to learn python before uni) to automate drawing for drawing games like skribbl.io, done before 2020 but only uploaded to github on 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages