how to get pyinstaller code example
Example 1: pyinstaller
pyinstaller --onefile --windowed --icon=<project-logo>.ico --add-data "<folder>;<folder>" <filename.py>
Example 2: Pyinstaller Source
git clone https://github.com/pyinstaller/pyinstaller.git