+ 6
How can i convert .py files to .exe (Python 3.6)?
I used py2exe , pyintaller and CX_freeze but no results
2 ответов
+ 2
all work, you just have to config the setup.py file properly. including tk etc libraries on your computer if its a tinker project. You might also need extra row changes and you might have to write the folder stuctures fully and into variables etc.
you should google example setup files for similar projects as what you are trying to compile.
fixing compiler errors are a good way to follow
+ 1
Hello! Considering you use this site, you're not a big developer. Since that is probably true, please make your code open source so people can learn! However, if you really want to convert it, use py2exe but configure the compiling properly. Google that and you'll find the answer.