Saksham Kushwaha
Saksham Kushwaha

Reputation: 274

How to run a tkinter application without python console

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

Answers (1)

thatguy_001
thatguy_001

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

Related Questions