Skip to content

A simple python command line utility using the Vagalume API to search and show songs lyrics.

Notifications You must be signed in to change notification settings

dunderlabs/pygalume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready

pygalume

A simple python command line utility using the Vagalume API to search and show songs lyrics.

Usage

Installing

Via pip

$ pip install pygalume

Clone this project and install via setup.py

$ git clone git@github.com:dunderlabs/pygalume.git
$ cd pygalume/
$ python setup.py install

Usage example

Here you can see pygalume in action. How to get a lyric from your favorite artist?

Pygalume works offline for those lyrics you had already searched for.

Note: if the artist's name or music have more than one word, wrap it with double quotes.

$ pygalume -a Sia -m "Bird set free"

How to print lyrics side by side?

$ pygalume -a Sia -m "Bird set free" -p

How to get the discography?

$ pygalume -a Sia -d

How to get songs name from an album?

$ pygalume -a Sia --al "This Is Acting"

How to list all songs in cache?

$ pygalume --lc # or
$ pygalume --list-cache

How to clear all songs in cache?

$ pygalume --cc # or
$ pygalume --clear-cache

Development

Running unit tests:

$ python setup.py test

About

A simple python command line utility using the Vagalume API to search and show songs lyrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published