Make an executable (#13)

Co-authored-by: Clement Desmidt <clement@desmidt.fr>
Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2023-05-23 10:30:07 +02:00
parent f5ff126522
commit fd8d3a25f8
3 changed files with 9 additions and 4 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
demo.py
first.py
theme.py
/.idea
/.idea
/dist/
!/dist/drawingtraining
/*.spec
/build/
+2
View File
@@ -0,0 +1,2 @@
build:
pyinstaller main.py --onefile -w --hidden-import="PIL._tkinter_finder" -n drawingtraining
+2 -3
View File
@@ -1,3 +1,2 @@
dearpygui
pathlib
pillow
pillow
pyinstaller