Use console mode

This commit is contained in:
Ircama 2024-07-30 08:09:01 +02:00
parent 0f91709741
commit 069bcf8387
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ Note: resetting the ink waste counter is just removing a warning; not replacing
## Creating an executable for the GUI ## Creating an executable for the GUI
Alternatively to run the GUI via `python ui.py`, it is possible to build an executable file via *pyinstaller*. Alternatively to running the GUI via `python ui.py`, it is possible to build an executable file via *pyinstaller*.
Install *pyinstaller* with `pip install pyinstaller`. Install *pyinstaller* with `pip install pyinstaller`.

View file

@ -42,7 +42,7 @@ exe = EXE(
upx=True, upx=True,
upx_exclude=[], upx_exclude=[],
runtime_tmpdir=None, runtime_tmpdir=None,
console=False, # console=False,
disable_windowed_traceback=False, disable_windowed_traceback=False,
argv_emulation=False, argv_emulation=False,
target_arch=None, target_arch=None,