/utaten2tex

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

utaten2tex: convert lyrics from utaten.com to LaTeX

Usage: <main.py> [path_to_html_file]

If HTML file is not specified, the program will read HTML text from STDIN.

Example:

curl https://utaten.com/lyric/sa16080309/ | python3 main.py

Make sure you have beautifulsoup and html5lib installed.