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
- Host: GitHub
- URL: https://github.com/pedropamn/screenrecorder
- Owner: pedropamn
- Created: 2022-06-20T00:03:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T00:32:12.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T13:49:01.011Z (6 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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