Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Add Screen Recorder Project

Open aryanguptacsvtu opened this issue 3 months ago • 2 comments

💻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:
    1. Record full screen in real-time
    2. Allow setting a recording duration
    3. Display recording status / countdown in terminal
    4. Graceful termination after fixed time

⭐ Proposed Contribution

I will:

  1. Add the complete working project under appropriate folder
  2. Ensure project structure is consistent with this repository
  3. 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.


aryanguptacsvtu avatar Oct 16 '25 15:10 aryanguptacsvtu