how to convert a python file with installed modules to a exe code example
Example 1: auto-py-to-exe with python3
$ pip install auto-py-to-exe
Example 2: how to make .exe from.py
pip install pyinstaller
$ pip install auto-py-to-exe
pip install pyinstaller