Convert Python into EXE file
Scenario : We want to convert a python application into standalone windows application. Required Package : https://pyinstaller.readthedocs.io/en/stable/ What is Pyinstaller : PyInstaller bundles a Python application and all its dependencies into a single package. The user can run the packaged app without installing a Python interpreter or any modules. PyInstaller supports Python 2.7 and Python 3.4+,… Read More »