Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 750 Bytes

Simple Screen Recorder

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.

Features

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.

Prerequisites

Before you begin, ensure you have met the following requirements: Python 3.6 or higher PyQt6 OpenCV MSS screeninfo

Installation

Click here to install the application.