Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/building.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ Any errors while the application is running will be logged in log.txt instead of



## Building Your App with auto-py-to-exe (singlefile)
This way is not recommended since it will slow to open and have a bigger file size.
## Building Your App with auto-py-to-exe (Creates EXE)

1. pip install auto-py-to-exe
2. Go to cmd and type auto-py-to-exe to open the gui
3. Enter script location
4. Select onefile
4. Select 'one file' or 'one directory' (one file is not recommended since it packs all the files into one exe and slows down the program)
5. Select either console based or window based
6. Icon (optional)
7. Under additional files, click add folder and add:
Expand Down