0
How does one go about making executable files with scripting languages such as python?
5 Respostas
+ 1
How about this, create a c++ program that execute your py script ?
+ 1
There are compilers: Check out PyInstaller.
0
I've used PyInstaller before. However, I will be competing in FBLA coding competitions in March and they do not allow PyInstaller. We have to manually do it ourselves.
0
I am unfamiliar with c++ but that sounds like a lot of fun and may just work! Thank you
0
I'm pretty sure it will, i was doing this with java when i asked the same thing 😂