|
||
---|---|---|
profiles | ||
.gitignore | ||
LICENSE | ||
README.md | ||
main.py | ||
poetry.lock | ||
pyproject.toml | ||
requirements.txt |
README.md
Amazing QR-Code Generator
A small TUI tool to simplify creating QR-Codes with amzqr
, based on profiles.
How to add a new profile
- Create a folder in the
./profiles
folder. - Create a
config.yaml
in that profile folder.
Sample config file
image: 'image.png'
url: 'https://example.org'
export: 'QR-Code.png'
Variable | Description |
---|---|
image | The path (from inside the profile folder) to the image, that is used for QR-Code creation. |
url | The url the QR-Code goes to. |
export | The path (from inside the profile folder) to what file the QR-Code should be created. |
How to create an QR-Code
- Run the
main.py
script. - Select the profile you want to create with your keyboard (arrow keys and enter).