QRpy/README.md
2025-01-11 23:26:12 +01:00

25 lines
511 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# QRpy
Convertissez une Url en QRcode. 2 paramètres sont à renseigner :
- Url https du site à convertir, completez par le nom de domaine
- Taille du png entre 1 et 100
## Installation
```
# Si ce n'est déjà fait !!
sudo apt-get install git python3 python3-pyqrcode
# ou dans un venv
pip install pyqrcode
# Cloner
git clone https://git.vermeulen.pro/PYTHON/QRpy
```
```
cd QRpy
./QRpy.py
```
limage genérée se trouve dans le dossier de lapplication nomée selon le schéma de lUrl fournie.