Creating a Screen recorder using python modules needed: 1. Numpy install using this command (pip install numpy) 2. pyautogui install using this command (pip install pyautogui ) 3.OpenCV install uing (pip install opencv-python) use of them pyautogui is a library that allows you to control the mouse and keyboard to automate tasks or take screenshots. It's often used for GUI automation, creating noscripts that simulate human interaction with the computer. cv2 (OpenCV):
cv2 is the OpenCV (Open Source Computer Vision) library for Python. It is widely used for computer vision and image processing tasks. OpenCV provides functions to manipulate and analyze images, as well as tools for working with computer vision algorithms. numpy is a powerful library for numerical operations in Python. It provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to operate on these elements efficiently.
cv2 is the OpenCV (Open Source Computer Vision) library for Python. It is widely used for computer vision and image processing tasks. OpenCV provides functions to manipulate and analyze images, as well as tools for working with computer vision algorithms. numpy is a powerful library for numerical operations in Python. It provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions to operate on these elements efficiently.
⚡1
Now, before recording the screen, we have to create a VideoWriter object. Also, we have to specify the output file name, Video codec, FPS, and video resolution. In video codec, we have to specify a 4-byte code (such as XVID, MJPG, X264, etc.). We’ll be using XVID here.
Found a website loaded with good information on how to learn computer science on your own or track your progress, and wanted to share it with you
Check it out 👉 https://teachyourselfcs.com
Check it out 👉 https://teachyourselfcs.com
Teachyourselfcs
Teach Yourself Computer Science
All the resources you need to give yourself a world class computer science education
⚡2
Here are all the courses from the university of Helsinki. They've got courses on everything u need and its all for free
https://www.mooc.fi/en/
https://www.mooc.fi/en/