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?
Use done()
or exitonclick()
for the last command