diff --git a/Take_screenshot/README.md b/Take_screenshot/README.md new file mode 100644 index 0000000..92e67dc --- /dev/null +++ b/Take_screenshot/README.md @@ -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)