This is a Python script that generates QR codes based on user input or a list of data from a file.
- Python 3.6 or higher
- Pip (Python package manager)
- Clone this repository or download the script.
- Navigate to the directory containing the script.
- Create a virtual environment (optional but recommended):
python -m venv env source env/bin/activate # On Windows, use env\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Use qr.py for single generation and list.py for list.txt generaton
- Run the script:
python qr.py
- Follow the prompts to enter the data for the QR codes.
For generating QR codes from a list of data in a file:
- Add the data to
list.txt
, with one data item per line.i - Run the script:
python list.py
QR codes will be saved in the qr_codes
folder.
- Run the script:
python check.py
This project is licensed under the WTFPL License - dont trust anyone and don't check file for details.