Mini_Python_Projects
Mini_Python_Projects copied to clipboard
Add Screen Recorder Project
💻Issue: Add Project — Screen Recorder
✅ Description
I would like to contribute a new Python project — Screen Recorder — to this repository.
It is a simple screen recording application using OpenCV, PyAutoGUI, and NumPy that captures the screen in real-time and saves it as a .mp4 video.
🔥 Project Details
- Project Name: Screen Recorder
- Languages / Technologies: Python, OpenCV, PyAutoGUI, NumPy
- Project Type: Desktop / utility / mini project
-
Main Features:
- Record full screen in real-time
- Allow setting a recording duration
- Display recording status / countdown in terminal
- Graceful termination after fixed time
⭐ Proposed Contribution
I will:
- Add the complete working project under appropriate folder
- Ensure project structure is consistent with this repository
- Provide README, instructions, comments, and examples
✅ Checklist
- [x] Code is original / functional
- [x] Well-documented (comments + README)
- [x] Follows repository conventions / style
Additional Notes
I believe this project will help beginners learn about capturing screens, working with images, video encoding, and integrating libraries in Python.