Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

Screen Recorder

Description

  • A simple, fast and light-weight Screen Recorder

Usage

Contribute & Build

  • If you are a developer and would like to contribute, feel free to send your PR.
  • GUI is made entirely with PyQt5
  • Thescreenrec.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