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

https://github.com/cuh4/record

A Python application that records your screen.
https://github.com/cuh4/record

app cv2 flet gui opencv python record ui

Last synced: 3 months ago
JSON representation

A Python application that records your screen.

Awesome Lists containing this project

README

          

# Record

### **Overview**
Flet (Python implementation of Google's Flutter) app designed to record your primary monitor's screen. Only records video, no audio.

### **How To Use**
1) `git clone` this repo.
```
git clone https://github.com/Cuh4/record
```

2) Install the required packages.
```
py -m pip install -r requirements.txt
```

3) Start the application using the following commands:
```
cd src
py main.py
```

### **Images**
![Idle UI](imgs/idle.png)
![Recording UI](imgs/recording.png)