Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meganmansfield/taylorswift
- Owner: meganmansfield
- License: mit
- Created: 2021-03-28T18:15:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T20:06:33.000Z (11 months ago)
- Last Synced: 2024-11-02T22:52:07.687Z (about 2 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 95
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- starred - meganmansfield/taylorswift - A code to match you with the perfect Taylor Swift song for your mood and relationship status. (Python)
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.