diff --git a/.gitignore b/.gitignore index cb16134..74b4e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__ -qr.py \ No newline at end of file +qr.py +dist +build +*.spec \ No newline at end of file diff --git a/README.md b/README.md index 66fbedb..5b7f549 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,7 @@ You can download the code or just the executable file of this app in order to ru This is still on development at the wiki part ## Installation, libraries and considerations -This is still on development at the wiki part \ No newline at end of file +For the creation of the exe file execute the next command in windows only: +``` +pyinstaller --noconfirm --onefile --windowed --icon "D:/github projects/qrcode/assets/qrIma.ico" --add-data "D:/github projects/qrcode/assets/qrIma.ico;." "D:/github projects/qrcode/tkqrcode.py" +``` \ No newline at end of file