How to avoid terminal opening in background? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to avoid terminal opening in background?

I just create a small game using tkinter and convert into a .exe using pyinstaller when i opening that .exe the console also open but i don't need console i need only tk window how do i achieve this ?

15th Apr 2019, 4:14 PM
Programmer Raja
Programmer Raja - avatar
2 Answers
+ 2
Check this thread. Some of the comments have the instructions specific to operating system and also some hints for py2exe https://stackoverflow.com/questions/764631/how-to-hide-console-window-in-JUMP_LINK__&&__python__&&__JUMP_LINK/764654
27th Apr 2019, 5:38 AM
Tibor Santa
Tibor Santa - avatar