An open API service indexing awesome lists of open source software.

https://github.com/pedropamn/screenrecorder

A simple screen recorder made with Python
https://github.com/pedropamn/screenrecorder

python

Last synced: 18 days ago
JSON representation

A simple screen recorder made with Python

Awesome Lists containing this project

README

          

Screen Recorder



→ __Description__
* A simple, fast and light-weight Screen Recorder

→ __Usage__
* Just run the executable available in [Releases section](https://github.com/pedropamn/ScreenRecorder/releases) (Windows)

→ __Contribute & Build__
* If you are a developer and would like to contribute, feel free to send your PR.
* GUI is made entirely with PyQt5
* The```screenrec.py``` is the main file
* PyInstaller is a good option to create a build. You can install via pip
(```pip install PyInstaller```)
* To create executable file, run ```pyinstaller --onefile --windowed --icon=record.ico screenrec.py```.
* Install dependecies it via ```pip install -r requirements.txt```
* Executable not work so well after build with latest Python version, so Python 3.9.13 was used

→ __To do__
* Capture pointer
* HD Recording
* Decrease executable file size
* Record sound
* Capture area