Python
To create exe from python script use pyinstaller (pip install pyinstaller)
run in command promt: pyinstaller myscript.py
from dist folder run exe
To create exe from python script use pyinstaller (pip install pyinstaller)
run in command promt: pyinstaller myscript.py
from dist folder run exe