the-ashh / song-tts

this is a thing that takes the lyrics of a song and converts it to tts, because why not

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

song to tts

hi there. this was a fun little project that i worked on for awhile. pretty much, this thing has a little web interface. said web interface has some text input fields that you put the song name and the song artist into. after that, it gets lyrics of it from lyricwikia and uses google's tts engine to transcribe it. after that, it returns the audio file to your browser.

to run this, you need to have bottle, lyricwikia, and gtts downloaded from pip3. after that, you can do python3 main.py and the webserver will run at localhost:8080. also, if you want to run this on an actual server, you'd want to change the last line of the program from run(host='localhost', port=8080, debug=True) to run(host='{domain name or whatever}', port=80, debug=False)

idk what you do with this. if you find any problems with this, i would appreciate an issue or pull request made.

About

this is a thing that takes the lyrics of a song and converts it to tts, because why not

License:Do What The F*ck You Want To Public License


Languages

Language:HTML 59.2%Language:Python 33.9%Language:CSS 7.0%