Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrf345/chrome-cut
python3 CLI and GUI tool to control and detect chrome cast in a local network
https://github.com/mrf345/chrome-cut
chromecast cli control detection gui pyside python python3 qt5
Last synced: 17 days ago
JSON representation
python3 CLI and GUI tool to control and detect chrome cast in a local network
- Host: GitHub
- URL: https://github.com/mrf345/chrome-cut
- Owner: mrf345
- License: mpl-2.0
- Created: 2017-10-18T17:58:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:39:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T08:26:48.476Z (about 1 month ago)
- Topics: chromecast, cli, control, detection, gui, pyside, python, python3, qt5
- Language: Python
- Homepage: https://sourceforge.net/projects/chrome-cut/
- Size: 1.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic tool programmed in Python 3.4 and QT5. It gives you the ability to detect, scan and send some useful HTTP requests "Commands" to endless amount of chromecast devices. As well as the ability to loop with a set duration in-which the looping will be done. So it's great tool to prank someone with a chromecast device in your local network.
## Setup:
#### - From the source:
> `git clone https://github.com/mrf345/chrome-cut`
> `cd chrome-cut`
> `pip install -r requirements.txt`
> `python run.py`#### - With executable:
> - You can get an executable that's suitable to your OS from :
> https://sourceforge.net/projects/chrome-cut/## Proper CLI:
> The command-line interface attached with this version, is basic and almost unusable, you can find a better command-line version here: https://github.com/mrf345/chrome-cut-cli## Credit:
> - [Blog][7aef02c6] that inspired this tool.[7aef02c6]: https://fiquett.com/2013/07/chromecast-traffic-sniffing/ "Blog link"