Published on

Instant Lyrics New Project

I love listening to music on Spotify. There were times I wished that I could instantly view lyrics of the song being played on Spotify, without going through the trouble of browsing the net. Well, not anymore.

I've created a python application that allows me to do so. It can pick up the currently playing Spotify song details, scrape the lyrics from the internet, and display it to you nicely in a separate window. All this in just one click. It's called Instant-Lyrics.

It's easy to install and get the app running. Check it out.

Image

My brother had worked on a similar project (SpotifyLyrics). But that app was only for Mac users, and I work on Linux. I wanted to create an app that could run on any Linux distro/flavor. Plus, I added other features like fetching the lyrics of any entered song. I added threading such that the lyrics window gets opened instantly, while the app fetches for lyrics in a separate thread.

I used Python Gtk+3 to implement GUIs. Gtk+ can work on any UNIX-like platforms, Windows, and OSX.

I've tested the app on several Linux distros/flavors like Ubuntu, Elementary OS, Arch Linux and Kubuntu.

Update

This project got featured on OMG! Ubuntu. Check out their post about Instant-Music here. This was quite a deal for me.

Image

Tweet Link

Also, 160+ points on reddit post

Image

Quick Links: