1
0
Fork 0
Go to file
Stefan Zimmermann 0d08785eb2 chore: Add LICENSE 2023-08-09 21:11:44 +02:00
profiles chore: Rename persons to profiles 2023-08-09 20:34:18 +02:00
.gitignore chore: Rename persons to profiles 2023-08-09 20:34:18 +02:00
LICENSE chore: Add LICENSE 2023-08-09 21:11:44 +02:00
README.md chore: Use table for config and add chapter on how to create an qrcode 2023-08-09 21:00:18 +02:00
main.py chore: Rename persons to profiles 2023-08-09 20:34:18 +02:00
poetry.lock chore: Update dependencies 2023-08-09 20:24:52 +02:00
pyproject.toml chore: Initial commit 2023-06-10 21:04:02 +02:00
requirements.txt chore: Update dependencies 2023-08-09 20:24:52 +02:00

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

  1. Create a folder in the ./profiles folder.
  2. 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

  1. Run the main.py script.
  2. Select the profile you want to create with your keyboard (arrow keys and enter).