Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 565 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 565 Bytes

Spotify Now Playing Terminal

This is a python project to show the current playing song in a terminal window.

Usage

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

Dependencies

The project is dependent on the dbus-package, install it with sudo apt-get install python-dbus

Python Virtual Environment

In order to use a virtual environment, you must add the --system-site-packages parameter when creating the virtual environment.