This script allows you to download and convert Ultimate Guitar tabs to PDF format.
- Python 3.x
- One of the following Web drivers: Chrome / Firefox (geckodriver) / Edge
git clone https://github.com/hubanton/Ultimate-Guitar-to-PDF.git
cd Ultimate-Guitar-to-PDF
pip install -r requirements.txt
python main.py
The script will prompt you to enter the URL
of the Ultimate Guitar tab. It can accept both the complete URL or just the part after /tab/.
If the URL
is valid, the specified tab will be converted to a PDF and be stored in the project directory
Feel free to contribute by opening issues or creating pull requests.