Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.07 KB

Skribbl-Bot

This is a fast python auto drawing program, which allows you to draw images in Skribbl.io

What makes this bot faster than other ones?

  1. It splits the image into the 22 different colours and only draws one colour at a time.
  2. If multiple pixels are adjacent in a line, it will skip over the pixels in the middle, drawing instead one line.

Features

  • Gui makes using the bot simple
  • Fast drawing algorithm
  • Well organised code makes for easier development
  • Built upon google image search means images are found fast
  • Setting menu allows easy customization of bot's settings
  • Store multiple seting profiles, so that you can easily swap between different monitors, without having to change any settings

Installation

To run the Skribbl-bot simply download the repository to a location on your computer and run main.py. You will also need to install the Google-images-Download module available here.