Skip to content

Files

Latest commit

Mar 6, 2017
44efbe8 · Mar 6, 2017

History

History
22 lines (12 loc) · 533 Bytes

File metadata and controls

22 lines (12 loc) · 533 Bytes

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