Speck is a little Spotify Mac menubar app that makes it easy to see what's playing at a glance, navigate your playlist, like songs, and find track information.
There's very little that's needed to get Speck running. To build locally:
$ pip install -r requirements.txt
Credentials and configs are stored in speck.ini
. If you do not have credentials, you can obtain them from the Spotify Developer Dashboard.
client_id = spotify_client_id
client_secret = spotify_client_secret
username = spotify_username
Note: You must add your secrets to speck.ini
. Your .app will be built to dist
in your repo directory.
$ python build_app.py py2app
Speck is provided under the MIT License.