Skip to content

A basic PyQt5-based user interface for Livestreamer CLI application

License

Notifications You must be signed in to change notification settings

usssentinel/livestreamer_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

My Livestreamer GUI is a very basic PyQt5-based user interface for the excellent Livestreamer CLI application.

Licence

This project is released under the MIT licence, described in the LICENCE file.

Supported streaming sites

Currently, only Twitch is supported. There are no plans to support other streaming sites.

Requirements

To run this application, you need the following:

  1. Python 3.4
  2. PyQt5
  3. Livestreamer

If you already have Qt5 libraries installed, you may only need PyQt5 Python package found on PyPI.

How to run the GUI

Put the source files in a directory and run the following command:

python3.4 <path-to-directory>/livestreamer_gui.py

You can also set livestreamer_gui.py's executable bit on Linux and run the file directly:

chmod u+x <path-to-directory>/livestreamer_gui.py

<path-to-directory>/livestreamer_gui.py

About

A basic PyQt5-based user interface for Livestreamer CLI application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages