compiling code?
thanks,
iloveairsoftstuff
1
answer
|
Answer it!
|
- py2exe compiles python code into an executable .exe file for Windows. The tutorial seems to have all the necessary information.
- py2app turns python code into an executable .app file for Macs. The front page explains everything you'd need to do.
- pyinstaller is probably the best bet in general, since it is cross-platform. The documentation looks like it contains all the necessary info.
![]() |





























