Metadata-Version: 2.4
Name: studioscreenrecorder
Version: 1.0.1
Summary: High-performance screen recording framework with hardware loopback sync and DSP noise gating.
Project-URL: Homepage, https://github.com/madhavabrightly/MentorTokenWallet
Author-email: Madhava <your.email@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video :: Capture
Requires-Python: >=3.9
Requires-Dist: customtkinter>=5.2.0
Requires-Dist: imageio-ffmpeg>=0.4.9
Requires-Dist: numpy>=1.22.0
Requires-Dist: scipy>=1.10.0
Requires-Dist: soundcard>=0.4.2
Description-Content-Type: text/markdown

# StudioScreenRecorder

StudioScreenRecorder is a lightweight Windows desktop screen recorder built with Python and `customtkinter`.

## Features

- High-performance desktop recording with FFmpeg backend
- Hardware loopback audio synchronization
- Real-time DSP noise filtering
- Fragmented MP4 writing for better crash resilience
- Simple desktop UI for start/stop and save location selection

## Installation

Install from PyPI:

```bash
pip install studioscreenrecorder
```

## Run

After installation:

```bash
studioscreenrecorder
```
