Metadata-Version: 2.1
Name: freetar
Version: 0.1.12
Summary: 
Home-page: https://github.com/kmille/freetar
Author: kmille
Author-email: github@androidloves.me
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.0,<5.0.0)
Requires-Dist: flask (>=2.2.3,<3.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: waitress (>=2.1.2,<3.0.0)
Project-URL: Repository, https://github.com/kmille/freetar
Description-Content-Type: text/markdown

# freetar - an alternative frontend for ultimate-guitar.com

This is like [Invidious](https://invidious.io/) but only for [Ultimate Guitar](https://www.ultimate-guitar.com/).  
Try it out: https://freetar.androidloves.me

## Features
- no ads, popups, just a simple design
- search for tabs and view them
- save your favorite chords as favs (everything is stored in session storage, no account needed)
- dark mode
- auto scroll

## Future work
- show chords
- improve UX on mobile devices
- on smartphones: prevent lock screen
- share chords (qr code)?
- save favs encrypted server side?


## How to use it
You need [poetry](https://python-poetry.org/). Then:
```
poetry install
poetry run freetar
Visit localhost:22000 in browser
```
You can also use
pip install freetar
```

