Most of the programs available only support upto python version 3.4.
You can use PyInstaller which support python 3.5.
To install it with pip execute in terminal:
pip install pyinstaller
To make the .exe file:
pyinstaller --onefile script.py
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With