Search code examples
pythonpython-3.xpy2exeturtle-graphics

How to turn Python Turtle to .exe


How do I turn my python turtle script to .exe? I tried py2exe and it did execute my script but the cmd showed up for like 1 milisecond. I think it is because I am using turtle graphics instead of normal python script. Is there any way to turn my turtle program into .exe?


Solution

  • Use done() or exitonclick() for the last command