Skip to content

pedropamn/ScreenRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple screen recorder made with Python

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages