Can anyone please help me with my python project ...i have almost completed it but the only problem is it is working on CMD | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone please help me with my python project ...i have almost completed it but the only problem is it is working on CMD

I want my project to run in the other window instead of cmd .. which i am not able to do even using tkinter i am not able to do that ...can anyone please help me with my python project

5th Aug 2020, 10:44 AM
Ria sharma
Ria sharma - avatar
1 Answer
+ 3
If you have made a proper GUI application using tkinter/kivy and it working fine. Then, you want it to run it without a cmd window in background. For that you have to create exe file of that python file. To create exe install auto-py-to-exe (search on google) using pip or conda environment. Then you can easily make exe file and during creating exe file you will see a option ("window based hide console") to make your app run without exe.
5th Aug 2020, 11:02 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar