Skip to content

Bot for Gartic Phone and Skribbl.io that draw an image from a given URL

License

Notifications You must be signed in to change notification settings

montoyadamien/DrawIn-Easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrawIn'Easy

DrawIn'Easy is a bot dedicated to the games Gartic Phone and Skribbl.io. The bot will draw a picture fetched from an URL or the file system in the Gartic Phone or Skribbl.io interface.

Installation

  • Install Python 3
  • Run pip install -r requirements.txt

How to use

To run the bot, follow this steps:

  • Be sure to have Python 3.x installed
  • Run pip install -r requirements.txt
  • Run python main.py [-v | --verbose]
  • When asking for a picture, simply paste an image url or an absolute file path
  • When asking for the first point, just click on the drawing workplan. This point must be the top - left corner where the drawing should start.
  • When asking for the second point, click on the drawing workplan. This second point must be the bottom - right corner where the drawing should end.
  • Wait for some seconds (the larger and detailed the drawing area is, the longer the duration will be) and the bot will automatically choose the right colors to draw between the two points you gave.

Bot support

The bot have been tested under Windows 10, but it should also work on Linux.
Since the bot needs to be configured for each screen resolution in order to match the click on colors, the supported resolutions (in pixels) are:

  • 2560x1440
  • 1920x1080

More resolutions can be added in the file colors.py.

Examples

  • Base picture: MyGameDB

  • Bot drawing: MyGameDB

  • Time: 75 seconds

  • Base picture: Dog

  • Bot drawing: Dog

  • Time: 35 seconds

  • Note that transparent pictures also works

  • Bot drawing: Dog

  • Total time: 48 seconds

About

Bot for Gartic Phone and Skribbl.io that draw an image from a given URL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages