An open API service indexing awesome lists of open source software.

https://github.com/mbn-code/dossonosdeviceautomatically

Dos a Sonos device on local network automatically.
https://github.com/mbn-code/dossonosdeviceautomatically

Last synced: 10 months ago
JSON representation

Dos a Sonos device on local network automatically.

Awesome Lists containing this project

README

          

# DosSonosDeviceAutomatically

!!Currently only the GUI version is working. It shuts off the Sonos immediatly and stops working until you exit.

Dos a Sonos device on local network automatically.

Clone and start.
```bash
git clone https://github.com/CollinEdward/DosSonosDeviceAutomatically.git
cd DosSonosDeviceAutomatically
python3 DosSonosDevice.py
```

This script automatically detects if any sonos device is on the network, and then asks if you want to dos it.
This scirpt is made solely for testing and educational puposes.

GUI Version done
```
https://github.com/CollinEdward/DosSonosDeviceAutomatically/tree/main/GUI%20Version
```

Installation for soco and tkinter (python3)
```bash
pip3 install soco
```
```bash
pip3 install tk
sudo apt install python3-tk
```