Skip to content

Documentation

Diego Martínez Sánchez edited this page Oct 31, 2021 · 12 revisions

Official documentation of the project

This is the official documentation of the project in order to know what you need to do for understand more the project and the technologies used.

Exe file

For the creation of the exe file execute the next command in windows only:

pyinstaller --noconfirm --onefile --windowed --icon "./assets/qrIma.ico" --name "QRCode" --add-data "./assets;." "./tkqrcode.py"

Wiki

The project

Clone this wiki locally