→ Description
- A simple, fast and light-weight Screen Recorder
→ Usage
- Just run the executable available in Releases section (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