Reputation: 274
I am beginner and I don't know how can I run a tkinter window without python console ,I have tried by saving file with .pyw extensions but it opens nothing it would be great if someone tells how to close terminal after a few seconds of opening application
Upvotes: 1
Views: 1003
Reputation: 74
If you are looking to convert .py to .exe then check this post about it https://pythonprogramming.net/converting-tkinter-to-exe-with-cx-freeze/
It should run if you open the .exe file.
Upvotes: 1