Skip to content

Speck is a little Spotify Mac menubar app that makes it easy to see what's playing at a glance, navigate your playlist, and like songs.

License

Notifications You must be signed in to change notification settings

misternate/speck

Repository files navigation


Speck logo
Speck

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.

Speck demo

Launching the app

There's very little that's needed to get Speck running. To build locally:

Install dependencies

$ pip install -r requirements.txt

Add your Spotify credentials

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

Build standalone app (optional)

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

License

Speck is provided under the MIT License.

About

Speck is a little Spotify Mac menubar app that makes it easy to see what's playing at a glance, navigate your playlist, and like songs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages