Skip to content

markten/stock-lyrics

Repository files navigation

stock-lyrics

This program makes a simple ticker display of song lyrics. The original lyrics are displayed above a set of lyrics made by matching each word with the closest symbol on the NYSE or NASDAQ.

This program was created during Bitcamp 2016 at UMD.

screenshot

Requirements

This program runs with Python 2.7

If you have pip installed, you may install the required modules with

  pip install -r requirements.text

Pygame will likely require that you seek out a binary or refer to your distribution's package manager.

Usage

Simply run the script with python. Supply and artist name in all lowercase letters with hyphens in place of spaces.

python ./stock-lyrics.py <artist-name>

To run a test case for the graphics that doesn't pull lyrics.

python ./stock-lyrics.py -t

About

An analysis of stock data represented in music.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages