https://github.com/kernferm/screen-recorder-app
Welcome to the Screen Recorder App! This easy-to-use tool allows you to record your screen with built-in mouse highlighting for enhanced visibility. It's perfect for creating engaging tutorials, demonstrations, or sharing your workflow efficiently. 🖱️✨
https://github.com/kernferm/screen-recorder-app
application bubbles-the-dev exe python screen-recorder
Last synced: about 1 year ago
JSON representation
Welcome to the Screen Recorder App! This easy-to-use tool allows you to record your screen with built-in mouse highlighting for enhanced visibility. It's perfect for creating engaging tutorials, demonstrations, or sharing your workflow efficiently. 🖱️✨
- Host: GitHub
- URL: https://github.com/kernferm/screen-recorder-app
- Owner: KernFerm
- License: other
- Created: 2024-10-03T05:54:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T23:01:34.000Z (about 1 year ago)
- Last Synced: 2025-02-25T23:32:26.150Z (about 1 year ago)
- Topics: application, bubbles-the-dev, exe, python, screen-recorder
- Language: Python
- Homepage:
- Size: 26.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🎥 Bubbles_The_Dev-Screen Recorder 🖥️
Welcome to the Bubbles_The_Dev Screen Recorder App! This user-friendly application allows you to capture your screen activities with enhanced mouse cursor visibility, making it perfect for creating tutorials, demonstrations, or efficiently sharing your digital workflow. 🖱️✨
## Features 🚀
- **Simple and Easy to Use Interface** 🛠️
- **High-Quality Screen Recording at 60 FPS** 🖥️💨
- **Mouse Cursor Highlighting** for better visibility during presentations and tutorials 🖱️👀
- **Custom File Naming** for saving recordings as MP4 videos 🎬
- **Conversion Links** to change the MP4 file to other formats like FLV, GIF, etc., for broader compatibility and sharing:
- [CloudConvert MP4 Converter](https://cloudconvert.com/mp4-converter)
- [FreeConvert](https://www.freeconvert.com/)
## 🚀 Demo
- none
### Want use exe instead
[Click here to download exe](https://github.com/KernFerm/screen-recorder-app/releases/tag/bubbles-the-dev-screen-recorder-exe)
## Installation 🔧
To get started with this project, you'll need the following Python libraries:
- **OpenCV** (for video processing)
- **Pillow** (for image handling)
- **PyAutoGUI** (for screen capture and mouse operations)
- **NumPy** (for handling frame arrays)
- **customtkinter** (for a modern UI experience)
- **dxcam** (for optimized screen capture)
You can install these libraries using pip:
```
pip install opencv-python-headless pillow pyautogui numpy customtkinter dxcam pyarmor
```
- For easier setup, you can use the provided `install_dependencies.bat` to install all required dependencies.
## Usage 💻
1. Clone this repository:
```
git clone https://github.com/kernferm/screen-recorder-app.git
```
2. Navigate to the project directory:
```
cd screen-recorder-app-main
```
3. Run the application:
```
python main.py
```
4. **Start Recording**: Press the `Start Recording` button to begin capturing your screen activities.
5. **Stop Recording**: Click the `Stop Recording` button once you're done to save your video.
## How It Works 🧐
- **Screen Recording**: The app captures the screen using `dxcam` for efficient and high-quality video frames.
- **Mouse Highlighting**: A green circle 🟢 is drawn around the mouse cursor in each frame to enhance its visibility.
- **Saving the Video**: The frames are compiled and saved as an MP4 file, with an option for users to specify the file name.
---
# Built with ❤️ by [Bubbles_The_Dev](https://github.com/kernferm)
---
## LICENSE
This project is proprietary and `all rights are reserved` by the author.
***Unauthorized copying***, ***distribution***, or ***modification*** of this project is **strictly prohibited**.
Unless you have written permission from the `Developer` or `FNBUBBLES420 ORG`.
---
---