Menu

Tree [d78a2c] master /
 History

HTTPS access


File Date Author Commit
 chrome_cut 2018-01-11 mrf3 mrf3 [54fc67] register close loop before exit
 LICENSE 2018-01-10 Mohamed Feddad Mohamed Feddad [9cc77c] Initial commit
 README.md 2018-01-11 mrf3 mrf3 [d78a2c] adding binary links
 chrome-cut.py 2018-01-11 mrf3 mrf3 [08c96d] add py2 support
 on_linux.sh 2018-01-11 mrf3 mrf3 [d78a2c] adding binary links
 requirements.txt 2018-01-11 mrf3 mrf3 [08c96d] add py2 support
 setup.cfg 2018-01-10 mrf3 mrf3 [8f2446] adding setup
 setup.py 2018-01-11 mrf3 mrf3 [0b5f62] forgot test values

Read Me

chrome-cut-cli

Basic command line tool to scan, detect, stream and control chrome cast devices. Great for pranking someone with a chrome cast device in your local network. Plus there is a GUI version here.

Setup:

- With pip:

  1. pip install Chrome-Cut
  2. chrome-cut --help

- with git:

  1. git clone https://github.com/mrf345/chrome-cut-cli.git
  2. cd chrome-cut-cli
  3. pip install requirements.txt
  4. python chrome-cut.py

- Or you can download binaries for Windows and Mac OS from SoruceForge

Commands:

chrome-cut.py --help chrome-cut.py command --help

Commands:
  abort_stream          abort the currently streamed app on chrome...
  factory_restore       factory reset a chrome cast device with its...
  loop_abort_stream     repeatedly abort current stream, with a wait...
  loop_factory_restore  repeatedly send factory reset command, with a...
  loop_stream           repeatedly stream inserted youtube video,...
  scan                  scan the local network for chrome cast...
  stream                stream youtube video through chrome cast...

Credit:

  • Blog that inspired this tool.
  • Click amazing Python command-line utility library.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.