How to you program exe files? i need to put my programs in there, and windows also wont let me open it at all.
Im not looking for answers with
pyinstaller
or any downloads.
all I need to do is put my source ".py"
into an executable
also, will this allow other computers to run my game without python?
but if not I would still like to know how to make exe files with python language.
import turtle
from tk im...
...
turtle.done()
#~~220 lines of code
any help is taken as long as I don't have to pip anything. I just need to know how to put source code. I would also like an answer on opening them without windows blocking it.