Skip to content

Simple Screen Record: A python script using PyQT6 Framework that captures screen in a .mp4 format.

License

Notifications You must be signed in to change notification settings

PersonalBeast/SS-record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.