You can found the Galaxie Radio Repository here: https://gitlab.com/Tuuux/galaxie-radio
In any case it consist to copy the package GLXCurses inside you developing project directory.
Before you start, make sure that you already have installed Python, pip and git.
git clone https://gitlab.com/Tuuux/galaxie-radio.git
It will create a folder name galaxie-radio it contain the GLXRadio package:
mkdir ./SuperApplication
SuperApplication :cd ./SuperApplication
GLXRadio directory inside the SuperApplication folder:mv ../galaxie-radio/GLXRadio ./
Now you can import the GLXRadio package
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import GLXRadio