QR-Code Reader
A simple QR-Code Reader written in Python, that copies the content of a QR-Code directly into the copy clipboard.
Installation
- Install pip (if
pip -hin the terminal returns a help, you have it) - Install virtualenv via pip:
pip install virtualenv - Create a virtual environment:
virtualenv .venv - Activate the virtual environment:
source .venv/bin/activate - Install the packages below: python3 -m pip install
- Run PyInstaller:
pyinstaller --onefile src/main.py