All Projects → kenogo → spotify-lyrics-cli

kenogo / spotify-lyrics-cli

Licence: GPL-3.0 License
Migrated to Gitlab, this Github repo will not receive updates.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to spotify-lyrics-cli

Carol Xamarin
A minimal and beautiful lyrics app for macOS built with Xamarin and C#
Stars: ✭ 97 (+70.18%)
Mutual labels:  spotify, lyrics
Instant Lyrics
Shows lyrics of the currently playing Spotify song, or any song, instantly.
Stars: ✭ 191 (+235.09%)
Mutual labels:  spotify, lyrics
Alltomp3
Node module to download and convert in MP3 with tags an online video
Stars: ✭ 120 (+110.53%)
Mutual labels:  spotify, lyrics
Lyrics Crawler
Get the lyrics for the song currently playing on Spotify
Stars: ✭ 49 (-14.04%)
Mutual labels:  spotify, lyrics
Spotify-Customizer
Chrome extension to customize Spotify web client (themes, lyrics, ...)
Stars: ✭ 27 (-52.63%)
Mutual labels:  spotify, lyrics
Lirik.app
Shows lyrics for currently playing song in your Spotify account.
Stars: ✭ 93 (+63.16%)
Mutual labels:  spotify, lyrics
Spotifylyrics
Fetches and displays lyrics to currently playing song in Spotify, Tidal and VLC.
Stars: ✭ 171 (+200%)
Mutual labels:  spotify, lyrics
Lyricfier
a Spotify Lyrics alternative app | New updates at https://github.com/emilioastarita/lyricfier2 (a faster version in golang)
Stars: ✭ 598 (+949.12%)
Mutual labels:  spotify, lyrics
Lyricsx
🎶 Ultimate lyrics app for macOS.
Stars: ✭ 3,251 (+5603.51%)
Mutual labels:  spotify, lyrics
Swaglyrics For Spotify
📃 Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. Very fast.
Stars: ✭ 235 (+312.28%)
Mutual labels:  spotify, lyrics
Spotify Lyrics
Shows lyrics from the song you're playing in Spotify.
Stars: ✭ 40 (-29.82%)
Mutual labels:  spotify, lyrics
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (-49.12%)
Mutual labels:  spotify, lyrics
Youtubetospotify
A Python script to fetch tracks of music channels on Youtube, find them on Spotify and add them to a playlist
Stars: ✭ 33 (-42.11%)
Mutual labels:  spotify, python-script
Vidify
Play music videos automatically for the songs playing on any device
Stars: ✭ 95 (+66.67%)
Mutual labels:  spotify, lyrics
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+1514.04%)
Mutual labels:  spotify, lyrics
Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (+184.21%)
Mutual labels:  spotify, lyrics
Genius Spicetify
Fetch lyrics from Genius and Musixmatch right in Spotify desktop client
Stars: ✭ 198 (+247.37%)
Mutual labels:  spotify, lyrics
yet-another-spotify-lyrics
Command Line Spotify Lyrics with Album Cover
Stars: ✭ 78 (+36.84%)
Mutual labels:  spotify, lyrics
SpotiSharp
Cross-platform music assistant
Stars: ✭ 22 (-61.4%)
Mutual labels:  spotify, lyrics
pebblify
Pebblify is a full-featured Spotify app for Pebble watches, made with PebbleJS ⌚🎶 https://apps.rebble.io/en_US/application/5ff3b52b1e6bb11b9eee5c5a
Stars: ✭ 16 (-71.93%)
Mutual labels:  spotify

spotify-lyrics-cli

This is a simple python script to automatically scrape www.genius.com lyrics based on the currently playing Spotify song (using the Linux native Spotify client). Actually, other media players than Spotify can be used as long as they use the DBus MediaPlayer2 interface. An example would be VLC. There program can also fetch lyrics for mpd.

The program can be installed by downloading and extracting the zip and simply running.

python3 setup.py install

You can also install it from pypi:

pip3 install spotify-lyrics-cli

It can then be run with

lyrics-cli [spotify|vlc|...]

Dependencies

If you want to fetch lyrics for mpd, you'll need to install the python library mpd.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].