Create Hexagon in OpenSCAD – Fully Explained

OpenSCAD is a free software application for creating solid 3D computer-aided design objects. In this tutorial, we will learn how we can create a hexagon in OpenSCAD using different methods. Before going to the implementation part, we assume that you have basic knowledge of how to use OpenSCAD and draw some basic shapes. Here we … Read more

No module named cv2 ModuleNotFoundError in Python

No module named cv2

Sometimes, we may face ModuleNotFoundError: No module named cv2 error occurs especially when you tried to import the Python OpenCV module without installation or the import of the module was not successful. In this short article, we will learn how we can get rid of ModuleNotFoundError: No module named cv2 problem by installing OpenCV on … Read more