Create README.md

This commit is contained in:
Moad Mohammed Elhebri 2019-01-19 05:43:32 +08:00 committed by GitHub
parent 31e8878871
commit 3591334c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
Take_screenshot/README.md Normal file
View File

@ -0,0 +1,20 @@
# Take a Screenshot :
A simple implementation on how to take screenshots .
#### Required Modules :
- Numpy
```bash
pip install numpy
```
- Opencv
```bash
pip install opencv-python
```
- Pyautogui
```bash
pip3 install pyautogui --user
```
#### Results :
![alt text](https://github.com/moadmmh/Awesome-OpenCV/blob/master/Take_Screenshot/test.png)