AlexEKoren / Pyrics

Runs through a lyrics website and tries to come up with new lyrics!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Pyric

This is a simply Python script that will crawl metrolyrics.com, ingest the lyrics, and spit out a new line for every new webpage it finds.

It was inspired by @j6k4m8's post here

To use this script, make sure you have pyenchant and BeautifulSoup installed:

brew install enchant

pip install pyenchant

pip install BeautifulSoup

This might actually be a not that bad way to come up with ideas for new songs...

About

Runs through a lyrics website and tries to come up with new lyrics!


Languages

Language:Python 100.0%