Skip to content

Commit

Permalink
Updates in gitignore and README
Browse files Browse the repository at this point in the history
In README added pyinstaller command and in gitignore added more files and folders to be ignored
  • Loading branch information
dmtzs committed Sep 29, 2021
1 parent 5caef69 commit 5ef7c6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__pycache__
qr.py
qr.py
dist
build
*.spec
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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"
```

0 comments on commit 5ef7c6c

Please sign in to comment.