Get Screen Size in Python using Win32
https://pupli.net/2019/01/22/get-screen-size-in-python-using-win32/
Take Screenshot on Windows Using Python
https://pupli.net/2019/01/22/take-screenshot-on-windows-using-python/
Extract differences between two images using OpenCV in Python
https://pupli.net/2019/01/22/extract-differences-between-two-images-using-opencv-in-python/
Get the height of Windows Taskbar using Python
https://pupli.net/2019/01/22/get-the-height-of-windows-taskbar-using-python/
GUI automation in Python
https://pupli.net/2019/01/23/gui-automation-in-python/
Relative path for OpenCV imread in python
https://pupli.net/2019/01/23/relative-path-for-opencv-imread-in-python/
Load and Save Image in OpenCV Python
https://pupli.net/2019/01/23/load-and-write-image-in-opencv-python/
Capture Video using OpenCV Python
https://pupli.net/2019/01/23/capture-video-using-opencv-python/
Capture Video and Save it using OpenCV Python
https://pupli.net/2019/01/23/capture-video-and-save-it-using-opencv-python/
Drawing and Writing on Image with OpenCV Python
https://pupli.net/2019/01/28/drawing-and-writing-on-image-with-opencv-python/
Image Operations with OpenCV Python
https://pupli.net/2019/01/28/image-operations-with-opencv-python/
Basic NumPy for working with OpenCV
https://pupli.net/2019/01/29/basic-numpy-for-working-with-opencv/
Working with Color Channel of Image in OpenCV Python
https://pupli.net/2019/01/30/working-with-color-channel-of-image-in-opencv-python/
Convert a PIL Image into a numpy array
https://pupli.net/2019/02/01/convert-a-pil-image-into-a-numpy-array/
Preventing Windows OS from sleeping while your python code runs
https://pupli.net/2019/02/06/preventing-windows-os-from-sleeping-while-your-python-code-runs/
Convert BGR Color to RGB with OpenCV Python
https://pupli.net/2019/03/04/convert-bgr-color-to-rgb-with-opencv-python/
Gray Scale image with OpenCV Python
https://pupli.net/2019/03/04/gray-scale-image-with-opencv-python/
Resize image in OpenCV Python
https://pupli.net/2019/03/04/resize-image-in-opencv-python/
Flip image in OpenCV Python
https://pupli.net/2019/03/04/flip-image-in-opencv-python/
Create blank image using OpenCV Python
https://pupli.net/2019/03/04/create-blank-image-using-opencv-python/
Direct Drawing on Images with a mouse with OpenCV Python
https://pupli.net/2019/03/04/direct-drawing-on-images-with-a-mouse-with-opencv-python/
Direct Drawing a rectangle on Images with a mouse with OpenCV Python
https://pupli.net/2019/03/04/direct-drawing-a-rectangle-on-images-with-a-mouse-with-opencv-python/
Template Matching using OpenCV Python
https://pupli.net/2020/04/template-matching-using-opencv-python/
Draw a rectangle around a region of interest in OpenCV Python
https://pupli.net/2020/04/draw-a-rectangle-around-a-region-of-interest-in-opencv-python/
Display a full screen images with Python OpenCV
https://pupli.net/2020/04/display-a-full-screen-images-with-python-opencv/
Inverting colors of image in Python with OpenCV
https://pupli.net/2020/05/inverting-colors-of-image-in-python-with-opencv/
Crop an image in OpenCV using Python
https://pupli.net/2020/05/crop-an-image-in-opencv-using-python/
Access IP Camera in Python OpenCV
https://pupli.net/2021/01/access-ip-camera-in-python-opencv/
Capture and Save IP Camera in Python OpenCV
https://pupli.net/2021/01/capture-and-save-ip-camera-in-python-opencv/
Get RGB value of Point in Image using OpenCV Python
https://pupli.net/2021/08/get-rgb-value-of-point-in-image-using-opencv-python/