Awesome-Python-Scripts/Take_screenshot/README.md

21 lines
402 B
Markdown
Raw Normal View History

2019-01-18 21:43:32 +00:00
# Take a Screenshot :
A simple implementation on how to take screenshots .
#### Required Modules :
2019-10-05 16:14:59 +00:00
- Numpy
2019-01-18 21:43:32 +00:00
```bash
pip install numpy
```
2019-10-05 16:14:59 +00:00
- Opencv
2019-01-18 21:43:32 +00:00
```bash
pip install opencv-python
```
2019-10-05 16:14:59 +00:00
- Pyautogui
2019-01-18 21:43:32 +00:00
```bash
pip3 install pyautogui --user
```
#### Results :
2019-10-05 16:14:59 +00:00
2019-01-18 21:43:32 +00:00
![alt text](https://github.com/moadmmh/Awesome-OpenCV/blob/master/Take_Screenshot/test.png)