iratusmachina
1ff8fde838
ci/woodpecker/pr/pr/1 Pipeline was successful
Details
ci/woodpecker/pr/pr/2 Pipeline was successful
Details
|
||
---|---|---|
.woodpecker | ||
internal/cmdline | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
generate_notes.py | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Lyricdownloader
This program is used to download lyrics for a song from the internet. The steps of operation are shown here:
- It first opens a chrome window, searches for the lyrics , and copies the lyrics returned by Google Search to a file defined by you.
- 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.