Author: Bocaletto Luca
Desktop Recorder is a Python desktop application that allows you to record your screen in various video quality formats. You can choose from different quality options, including 480p, 720p, and 1080p for your recordings.
- Record your screen in various video quality formats.
- Video quality options, including 480p, 720p, and 1080p.
- Simple user interface to start and stop recordings.
- Real-time thumbnail display of the recording.
- Notifications for the start and end of recordings.
- Python 3
- PyQt5
- OpenCV (cv2)
- pyautogui
- plyer
Ensure you have all the requirements installed. You can install them using pip
:
pip install PyQt5 opencv-python-headless pyautogui plyer
Run the program by executing the desktop_recorder.py file. The application will display a simple user interface that allows you to start and stop recordings. You can select your desired video quality before starting the recording.
python desktop_recorder.py
License: This project is distributed under the MIT License. For more details, please see the LICENSE file.
Note: Ensure that you have installed all the necessary dependencies before running the application.
Maintainer Update
My current GitHub account is bocaletto-luca, which is now the official maintainer of all projects previously published under the @Elektronoide account. Please direct any issues, pull requests, or stars to @bocaletto-luca for future updates.