Skip to content

Commit 54b71ef

Browse files
committed
description
1 parent 4ac4842 commit 54b71ef

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

pyautogui/get-numbers-from-screen/README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
It finds digits on screenshot (or screen).
1+
It finds digits on screenshot (or screen) using images of digits (Monospace Regular 12).
22

3-
[PyAutoGUI - screenshot](https://pyautogui.readthedocs.io/en/latest/screenshot.html)
3+
![#1](digits/digits.png?raw=true)
44

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

7+
Example for test:
8+
9+
![#2](screenshot.png?raw=true)
10+
11+
---
12+
13+
Doc: [PyAutoGUI - Screenshot Functions](https://pyautogui.readthedocs.io/en/latest/screenshot.html)
14+
15+
---
16+
17+
Tested on Linux Mint.
18+
19+
It needs to install:
620

721
apt-get install scrot # to grab screenshot
822
pip install pyautogui
9-

0 commit comments

Comments
 (0)