I created a simple Python program and compiled it using PyInstaller.
But when I see the details of the generated .exe file, it has no information in it. (I didn't add any information because I don't know to do it.)
This is the details tab of that exe file:
How to add details to exe file when compile python script using pyinstaller ?