11 lines
505 B
Markdown
11 lines
505 B
Markdown
|
# Lyricdownloader
|
||
|
|
||
|
This program is used to download lyrics for a song from the internet. The steps of operation are shown here:
|
||
|
|
||
|
1. It first opens a chrome window, searches for the lyrics , and copies the lyrics returned by Google Search to a file defined by you.
|
||
|
2. It then tries to get search for the same song using the Genius API. It then tries to compare the lyrics with the Genius one.
|
||
|
|
||
|
## Caveats
|
||
|
|
||
|
This program requires chrome to use, that is, you should have chrome installed to use this program.
|