Skip to content

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

Notifications You must be signed in to change notification settings

Joeclinton1/Skribbl-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages