Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meganmansfield/taylorswift

A code to match you with the perfect Taylor Swift song for your mood and relationship status.
https://github.com/meganmansfield/taylorswift

Last synced: about 1 month ago
JSON representation

A code to match you with the perfect Taylor Swift song for your mood and relationship status.

Awesome Lists containing this project

README

        

# taylorswift

A package for matching your current mood and relationship status to a suitable Taylor Swift song.

# Requirements:

Python 2 or 3, and the numpy package (which comes with most standard python downloads). That's it!

# Instructions:

Download from GitHub, or use pip:

pip install taylorswift

After downloading, type the following into the command line:

python

from taylorswift import *

taylorswift()

And that's it! Answer the questions and you'll see a list of the top five songs which match your current mood and relationship status.

The included Jupyter notebook shows a complete example.