Add readmes

This commit is contained in:
kolaente 2020-09-16 20:10:29 +02:00
parent f763253c0f
commit 9b5106baa9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 25 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Bulk QR Code Creator
This is a small program which takes all `.txt` files in a folder and creates qr codes with their contents.
# Usage
1. Get a release for your os from the [releases page](https://kolaente.dev/konrad/qrcode-bulk/releases).
2. Unzip the files into a folder of your choice.
3. Double click on the executable file (The only one ending on `.exe` for windows releases) or execute it via a terminal.
4. The tool will ask you for a folder with text files. You can hit enter to use the current directory from where you ran the binary.
5. It will show a progress bar for all files.
6. Once done, all generated qr codes will be put into a folder called `qrcodes` in the same directory as the text files.

13
README_DE.md Normal file
View File

@ -0,0 +1,13 @@
# Bulk QR Code Creator
Ein kleines Tool welches aus einem Ordner mit `.txt`-Dateien QR-Codes mit deren Inhalt erstellt.
# Anleitung
1. Besorg dir ein fertiges Binary für dein Betriebssystem von der [Release-Seite](https://kolaente.dev/konrad/qrcode-bulk/releases).
2. Entpacke die Zip-Datei in einen Ordner deiner Wahl.
3. Klicke doppelt auf die ausführbare Datei (Die einzige, die auf `.exe` endet bei Windows-Versionen) oder führe sie in einem Terminal aus.
4. Das Tool wird dich nach einem Ordner mit Textdateien fragen. Du kannst Enter drücken, um im aktuellen Ordner nach Textdateien zu suchen.
5. Während es die QR-Codes generiert wird es eine Fortschrittsanzeige anzeigen.
6. Wenn es fertig ist, werden alle QR-Codes im Ordner `qrcodes` im gleichen Ordner wie die Textdateien liegen
.