hubanton / Ultimate-Guitar-to-PDF

Converts UG-Tabs to a PDF using Python
MIT License
7 stars 0 forks source link
tabs ultimate-guitar

Ultimate Guitar Tab Downloader

This script allows you to download and convert Ultimate Guitar tabs to PDF format.

Setup

1. Prerequisites

2. Clone the repository

git clone https://github.com/hubanton/Ultimate-Guitar-to-PDF.git
cd Ultimate-Guitar-to-PDF

3. Install dependencies

pip install -r requirements.txt

4. How to run

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

5. Contributing

Feel free to contribute by opening issues or creating pull requests.