No project description provided
Project description
freetar - an open source alternative front-end to ultimate-guitar.com
This is like Invidious but only for Ultimate Guitar.
Instances
Features
- no ads, popups, AI, blockchain. Just a simple design
- search for tabs and view them
- save your favorite chords as favs (everything is stored in session storage (not send to the server), no account needed)
- dark mode
- auto scroll
- useful for printing chords
- show chords
How to use it
After successful installation, there is an executable called freetar in the PATH. Execute it without parameters and it listens on 0.0.0.0:22000.
You can specify a custom listen host or port by setting one or both of the following environment variables:
FREETAR_HOSTFREETAR_PORT
PyPi
Package: https://pypi.org/project/freetar/
pip install freetar
Docker
Image: https://hub.docker.com/r/kmille2/freetar
Port: 22000
sudo docker pull kmille2/freetar
sudo docker run -p 127.0.0.1:22000:22000 kmille2/freetar
Or use Docker compose:
sudo docker compose up -d
Set a custom bind port with the environment variable FREETAR_PORT
You can also build and run the local repository instead of pulling from Docker Hub:
docker compose build
docker compose up -d
Dev environment
You need poetry. Then:
poetry install
vim freetar/*.py
poetry run python freetar/backend.py
Visit localhost:22000 in browser
# static files: freetar/static/*
# html templates: freetar/templates/*
poetry run freetar
Future work
show chords- improve UX on mobile devices
- on smartphones: prevent lock screen
share chords (qr code)?(done by #12 with export/import functionality)- save favs encrypted server side?
Browser Extension like Invidious Redirection(done)
Contributions
Feel free to contribute, but please create an issue before with a proposal of the feature. I don't want freetar to be bloated (neither UI nor functionality).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file freetar-0.16.0.tar.gz.
File metadata
- Download URL: freetar-0.16.0.tar.gz
- Upload date:
- Size: 52.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.2 Linux/6.17.13-hardened1-2-hardened
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
180d442fd66ba1de8354fedf9117b506aa0d1bfd95c936e9a67ee042a2568ef4
|
|
| MD5 |
b3bf7482525a52ed12752c68e0f3dcf6
|
|
| BLAKE2b-256 |
c98591b734cae80656e8f531e157990efb36b22580160bbdd3d3ee19b49e4056
|
File details
Details for the file freetar-0.16.0-py3-none-any.whl.
File metadata
- Download URL: freetar-0.16.0-py3-none-any.whl
- Upload date:
- Size: 53.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.2 Linux/6.17.13-hardened1-2-hardened
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854ba2437104717bd63883de9fa38e5d9ba6a9da9e00a83164b348dc23fef93a
|
|
| MD5 |
6d27a8490daf7d6a4b166c84da5d2ff6
|
|
| BLAKE2b-256 |
95473da7f6fe05e9c9a4ed7887332e1a29e0a778c6f1ad12fd0ac0c0bc937b89
|