How to create a desktop icon to run my python instead of commandline?
I tried pyinstaller -w -F example.py but the problem is my python code calles several binary files all located in my Documents. Pyinstaller gets confused and can't find the bin files. What else is out there? Any idea?