Skip to content

MrSmoer/SkribblCheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkribblCheat

A python3 script that can convert (draw) images to .svg polyline drawings to mouse movement for drawing online Games like Skribbl.io or Garticphone.com. Internally it uses linedraw from LingDong https://github.com/LingDong-/linedraw which is able to convert common image formats into polyline .svg-files that can be drawn.

Usage

You need the pynput module, PIL/Pillow, numpy and OpenCV (Optional for better performance):

$ pip install pynput
$ pip install pillow
$ pip install numpy

Open your e.g. Paint before you start the Script, select smallest tool (preferably a pen) for best result.

Press any key to kill the Program.

Start Script from Terminal:

$ python skribblcheat.py -i [INPUT_PATH]

Click at your Program to focus it and mark the top left corner of the area you want the script to draw in and then mark the bottom right corner. It will automatically fit your picture into this area and should start to draw.

About

A python script for that can convert Images to .svg polyline drawings and move the mouse, e.g. for drawing online Games

Topics

Resources

Stars

Watchers

Forks

Languages