Metadata-Version: 2.4
Name: media_control
Version: 0.0.6
Summary: Application to access media controls on your device
Author: sleepingsaint
Project-URL: Repository, https://github.com/sleepingsaint/media_control
Description-Content-Type: text/markdown
Requires-Dist: bidict==0.23.1
Requires-Dist: blinker==1.9.0
Requires-Dist: click==8.2.1
Requires-Dist: colorama==0.4.6
Requires-Dist: Flask==3.1.1
Requires-Dist: Flask-SocketIO==5.5.1
Requires-Dist: h11==0.16.0
Requires-Dist: itsdangerous==2.2.0
Requires-Dist: Jinja2==3.1.6
Requires-Dist: MarkupSafe==3.0.2
Requires-Dist: MouseInfo==0.1.3
Requires-Dist: PyAutoGUI==0.9.54
Requires-Dist: PyGetWindow==0.0.9
Requires-Dist: PyMsgBox==1.0.9
Requires-Dist: pyperclip==1.9.0
Requires-Dist: PyRect==0.2.0
Requires-Dist: PyScreeze==1.0.1
Requires-Dist: python-engineio==4.12.2
Requires-Dist: python-socketio==5.13.0
Requires-Dist: pytweening==1.2.0
Requires-Dist: qrcode==8.2
Requires-Dist: simple-websocket==1.1.0
Requires-Dist: volume-control==0.9.2
Requires-Dist: Werkzeug==3.1.3
Requires-Dist: wsproto==1.2.0

# Media Control

> Convert your mobile to TV remote with python

Python application to access media controls on your PC / Laptop via your mobile.

## Usage 

Install the package and run the following command


```bash
media-control

                                 
#     █▀▀▀▀▀█ ▀ █   ▄▀▄ █▀▀▀▀▀█    
#     █ ███ █ ▄▀▄  ▄ █▀ █ ███ █    
#     █ ▀▀▀ █ ██▀ █▀ ▀  █ ▀▀▀ █    
#     ▀▀▀▀▀▀▀ █ █ ▀ ▀ ▀ ▀▀▀▀▀▀▀    
#     ▀  ▄█▄▀▀▀██▄▄ ▀█ █▀███ ▄▀    
#      ▀▀▄█ ▀▀  █ ▄ ▄███▄█▀▀█▄     
#     ██▄█▀ ▀▀██▀ ▄▄▀▄▀ ▀▄▄▀▀█▀    
#       █ █▄▀▀█▀██▀▀▀▀▀▄█▀ ██▄     
#     ▀▀▀▀▀▀▀▀▄█  ▀ ▀▀█▀▀▀█▀█      
#     █▀▀▀▀▀█ ▀▄▀ ▄  ▄█ ▀ ██▄▄▄    
#     █ ███ █ ▀▀ ▀▄▀█▄▀▀█▀▀▄███    
#     █ ▀▀▀ █  ███▀█▀ ▀▄▀▄▄▄▄█     
#     ▀▀▀▀▀▀▀ ▀▀▀ ▀▀        ▀▀▀    
                                 
                                 

#  * Debugger is active!
#  * Debugger PIN: 115-827-049
# This QR Code contains the URL for you to open the command panel in your browser
```

> For this package to work the device you are running this package and your browser should be on same network

## TODO

- [x] Display values for mouse acceleration, volume
- [x] Add Support for keyboard typing - display all the characters being typed including backspace and enter (like key stroke listeners) - https://www.toptal.com/developers/keycode
- [x] Create a python package using poetry and publish it to pypi - Completed using pyproject.toml
- [ ] Fix the cursor getting stuck at corners
- [ ] Add Support for mouse scroll wheel - build a 3d mouse wheel scroll
- [ ] Polish the ui to make the UX more easy
