blob: abcc1e3663967294c7f5fa288290afa0ccd5de71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ultimate Guitar CLI
A command-line interface for Ultimate Guitar. It scrapes a publicly-available page and extracts the lyrics, chords, or tabs appropriately.
## Installation and Usage
```
$ pip install git+https://codeberg.org/josias/ugcli
$ ugcli <song-url>
```
## Possibilities
- Conversion to PDF
- Support for [Tabdown](https://github.com/Ultimate-Guitar/Tabdown)
## License
You may use, modify, and redistribute this software under the terms listed in the [LICENSE file](LICENSE).
You may optionally redistribute it instead under the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
In short: you may either include a Bible verse in your modified version, or release the source code of your modifications.
|