blob: 148087bcb133b4373a9bfffa34e5ec035d3e96b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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:
```shell
curl https://utaten.com/lyric/sa16080309/ | python3 main.py
```
Make sure you have `beautifulsoup` and `html5lib` installed.
|