Metadata-Version: 2.1
Name: android_mirror
Version: 0.1.0
Summary: A fixed-version Android screen mirroring tool using bundled scrcpy
Home-page: https://github.com/kdiitg/android_mirror
Author: Kuldeep Singh
License: MIT
Project-URL: Documentation, https://github.com/kdiitg/android_mirror
Project-URL: Source, https://github.com/kdiitg/android_mirror
Project-URL: Bug Tracker, https://github.com/kdiitg/android_mirror/issues
Keywords: scrcpy android mirror screen cast cli adb
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 📱 android_mirror

> A simple, plug-and-play Android screen mirroring CLI tool that runs a **bundled, fixed version of `scrcpy`** — no need to install or configure anything.

![android_mirror demo](https://raw.githubusercontent.com/kdiitg/android_mirror/main/assets/demo.gif) <!-- optional -->

---

## 🚀 Features

- ✅ **No Setup Needed** — Uses bundled `scrcpy.exe` and `adb.exe`
- ✅ **Works Offline** — No internet required after install
- ✅ **Runs from CLI** — Just type `android_mirror` or `adm`
- ✅ **Portable** — Lock your preferred `scrcpy` version forever
- ✅ **Lightweight & Fast**

---

## 🔧 Requirements

- Windows 7/10/11 (for now)
- USB Debugging enabled on your Android device
- Android device connected via USB (or use wireless ADB)

---

## 📦 Installation

### Option 1: Local install (for now)

```bash
   git clone https://github.com/kdiitg/android_mirror.git
   cd android_mirror
   pip install .
```
### Option 2: From Internet installtion

   ```bash
   pip install android_mirror
   -- To run this 
   android_mirror
      or
   adm

   ```
