Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.7 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.7 KB

Skribbot

Skribbot is a drawing bot created using python for games played on skribbl.

Examples

Gifs

Donald Duck Cave

Images

Dragon

Dragon

Tree

Tree

Installation

  • After cloning the repo, make sure you install google_image_download and pyautogui by running the following:
    pip install google_images_download
    pip install pyautogui

Running

  • Call the python program from terminal at the turn you are supposed to draw on skribbl.
  • Move your mouse on top of the white color block's center and click on enter so that it records where the color palette is present in your screen. You can set the values of whitePosX and whitePosY (Line 10 in the py file) so that you can quickly proceed with the program rather than moving the cursor to white block every time.
  • Move your mouse to the top left corner of canvas so that it will be used as a start point to draw the image.
  • Input the word assigned to you.
  • Wait and let Skribbot do its magic

Note

  • The program automatically deletes the images downloaded after drawing them. You can disable it by removing the last line in the py file i.e. Line 120.
  • This program doesn't intend to use copyrighted materials/images via downloading the images from google, but rather is intended to be educational and a medium for users to have fun in playing skribbl and using python.