This Python application enables users to record their screen with the option to select from multiple monitors. In main.py it utilizes PyQt6 for the GUI, OpenCV for video processing, and MSS for screen capturing, offering a simple yet powerful screen recording tool.
Multi-Monitor Support: Choose which monitor you want to record from a simple dropdown. Simple UI: Start and stop recording with the click of a button. Portable: Saves recordings to a user-defined location.
Before you begin, ensure you have met the following requirements: Python 3.6 or higher PyQt6 OpenCV MSS screeninfo
Click here to install the application.