Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 558 Bytes

StreamCurse

A curses stream launcher inspired by Gapato's livestreamer-curses

  • switch databases and launcher cmdlets on the fly.
  • easy to use configfile (ini)
  • themable interface, set your colors to your liking within the config file
  • includes a script to help find the right color code for theming
  • uses streamlink to check if streams are live

Requires streamlink

Installing

python3 setup.py install

Or if your a developer, you can edit and run the code live from source with a symlink install like so

python3 setup.py develop