Skip to content

Welcome to StreamController

Thank you for your interest in this app, it is a lot of work developing it.

Installation

GitHub:

This is currently the only way to install StreamController, because it is still in heavy development. 1. Clone StreamController from GitHub by typing:

git clone https://github.com/Core447/StreamController
2. Enter the StreamController directory:
cd StreamController
3. Create a virtual environment:
python -m venv .venv
4. Activate the virtual environment:
source .venv/bin/activate
5. Install pip requirements:
pip install -r requirements.txt
6. Launch the app:
python3 main.py

  • Flathub:

    Coming soon !!!