+ 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
1 Antwort
+ 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.