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.
- Host: GitHub
- URL: https://github.com/mbn-code/dossonosdeviceautomatically
- Owner: mbn-code
- Created: 2021-11-01T18:29:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T20:43:11.000Z (about 4 years ago)
- Last Synced: 2025-01-27T08:11:38.347Z (12 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```