Skip to content
Advertisement

Make executable from code specified in a script

Is it possible to create an executable from a specified amount of code in a script?

For example:

JavaScript

Advertisement

Answer

You can use cx_freeze to create an executable from your py file.
https://cx-freeze.readthedocs.io/en/latest/overview.html

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement