how to make pyinstaller files one exe without seeing resources code example
Example 1: run spec file using pyinstaller
>> pyinstaller --onefile main.spec
Example 2: pyinstaller
pip install pyinstaller
>> pyinstaller --onefile main.spec
pip install pyinstaller