This is a python project to show the current playing song in a terminal window.
Simply do python main.py
in the terminal window, and it will show the current playing song from Spotify.
Do python main.py --help
to get a list of possible commands
The project is dependent on the dbus-package, install it with sudo apt-get install python-dbus
In order to use a virtual environment, you must add the --system-site-packages
parameter when creating the virtual environment.