chrome-cut-cli

Basic command line tool to scan, detect, stream and control chrome cast devices

MPL-2.0 License

Downloads
36
Stars
2
Committers
3

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 --help

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

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.
Package Rankings
Top 37.7% on Pypi.org