{"id":30856505,"url":"https://github.com/malavika-suresh/screen_recorder","last_synced_at":"2026-05-01T12:33:05.848Z","repository":{"id":310446742,"uuid":"1039868167","full_name":"malavika-suresh/Screen_recorder","owner":"malavika-suresh","description":"Python-based screen recording utility featuring audio, click effects, and FFmpeg integration for smooth MP4 output.","archived":false,"fork":false,"pushed_at":"2025-08-18T05:43:38.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T07:24:26.070Z","etag":null,"topics":["audio-recording","automation","ffmpeg","opencv","python","screen-recorder","video-processing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malavika-suresh.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-18T05:31:28.000Z","updated_at":"2025-08-18T05:43:42.000Z","dependencies_parsed_at":"2025-08-18T07:24:28.956Z","dependency_job_id":"8bd76bcb-4160-4599-8956-5f25174db3c1","html_url":"https://github.com/malavika-suresh/Screen_recorder","commit_stats":null,"previous_names":["malavika-suresh/screen_recorder"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/malavika-suresh/Screen_recorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malavika-suresh%2FScreen_recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malavika-suresh%2FScreen_recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malavika-suresh%2FScreen_recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malavika-suresh%2FScreen_recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malavika-suresh","download_url":"https://codeload.github.com/malavika-suresh/Screen_recorder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malavika-suresh%2FScreen_recorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274033043,"owners_count":25210793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-recording","automation","ffmpeg","opencv","python","screen-recorder","video-processing"],"created_at":"2025-09-07T12:01:45.150Z","updated_at":"2026-05-01T12:33:05.806Z","avatar_url":"https://github.com/malavika-suresh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎥 Python Screen Recorder with Audio \u0026 Mouse Highlight\n\n[![Python](https://img.shields.io/badge/Python-3.8%2B-blue.svg)](https://www.python.org/)\n[![OpenCV](https://img.shields.io/badge/OpenCV-4.x-green.svg)](https://opencv.org/)\n[![PyAutoGUI](https://img.shields.io/badge/PyAutoGUI-automation-orange.svg)](https://pyautogui.readthedocs.io/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nA lightweight **screen recorder** built in Python using OpenCV \u0026 PyAutoGUI, with **audio capture** and **mouse click highlights**.  \nPerfect for creating tutorials, presentations, or recording gameplay.\n\n---\n\n## ✨ Features\n- 📺 **Full HD screen recording** with custom resolution \u0026 FPS  \n- 🎤 **Audio recording** from microphone  \n- 🖱️ **Mouse click highlighting** for tutorials  \n- 💾 **Saves as AVI or MP4** (via FFmpeg)  \n- ⏱️ **Manual or auto-stop** recording  \n- 🔄 **Cross-platform** (Windows, macOS, Linux)\n\n---\n\n## 📦 Installation\n\n### 1️⃣ Clone the repository\n```bash\ngit clone https://github.com/\u003cyour-username\u003e/screen-recorder-python-gui.git\ncd screen-recorder-python-gui\n```\n\n### 2️⃣ Install dependencies\n```bash\npip install -r requirements.txt\n```\n\n### 3️⃣ Install FFmpeg  \n- **Windows**: [Download here](https://ffmpeg.org/download.html#build-windows) and add to PATH  \n- **Mac**:  \n```bash\nbrew install ffmpeg\n```\n- **Linux**:  \n```bash\nsudo apt install ffmpeg\n```\n\n---\n\n## 🚀 Usage\n\n```bash\npython recorder.py\n```\n\nPress **`q`** to stop recording manually.  \nThe recorded file will be saved in the current directory.\n\n---\n\n## 📂 File Structure\n```\nscreen-recorder-python-gui/\n│── recorder.py          # Main script\n│── requirements.txt     # Dependencies\n│── README.md            # Documentation\n\n```\n\n---\n\n## 📜 Requirements\n- Python 3.8+  \n- [PyAutoGUI](https://pyautogui.readthedocs.io/)  \n- [OpenCV](https://opencv.org/)  \n- [SoundDevice](https://python-sounddevice.readthedocs.io/)  \n- [SciPy](https://scipy.org/)  \n- [mouse](https://pypi.org/project/mouse/)  \n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalavika-suresh%2Fscreen_recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalavika-suresh%2Fscreen_recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalavika-suresh%2Fscreen_recorder/lists"}