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.
- Host: GitHub
- URL: https://github.com/cuh4/record
- Owner: Cuh4
- Created: 2023-11-22T15:42:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T10:47:29.000Z (over 2 years ago)
- Last Synced: 2025-06-13T04:04:08.187Z (about 1 year ago)
- Topics: app, cv2, flet, gui, opencv, python, record, ui
- Language: Python
- Homepage: https://discord.gg/CymKaDE2pj
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

