Python: Converting a Script to an Executable
If you haven't installed pyinstaller:
pip install pyinstaller
To use it, go to your project's directory and open the command prompt:
pyinstaller --onefile script-name.py
pip install pyinstaller
pyinstaller --onefile script-name.py
Any application that can be written in JavaScript, will eventually be written in JavaScript.
— Jeff Atwood, Atwood's Law