Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.24 KB


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.