Skip to content

Files

Latest commit

a33f668 · Mar 6, 2017

History

History

get-numbers-from-screen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2017
Mar 6, 2017
Mar 6, 2017
Mar 6, 2017

It finds digits on screenshot (or screen) using images of digits (Monospace Regular 12).

#1

And then it groups digits by "y" coordinate and later group by "x" coordinate to (re)create numbers.

Example screenshot for test:

#2


Doc: PyAutoGUI - Screenshot Functions


Tested on Linux Mint.

It needs to install:

apt-get install scrot # to grab screenshot
pip install pyautogui