2

Is there any way to hide python shell while using a tkinter window or turtle window? While opening py file by clicking the py shell shows every time but I don't need it.

1 Answer 1

4

Start your Python program using pythonw.exe instead of python.exe. This is specifically designed for this.

Sign up to request clarification or add additional context in comments.

3 Comments

but how to stop quitting app so immediately?
@HamidFzM You mean how to prevent it from returning from the call immediately while running the program? Sorry, don't know...
Yes, for example in consul program we put input() and program stops but in this case if we use it we expect a big error!!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.