How to create a desktop icon to run my python instead of commandline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

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?

18th Jun 2019, 1:11 AM
Karzan
1 Answer
+ 1
Python should come with its own ide (called IDLE) you can look up other IDE's as well.
18th Jun 2019, 5:09 AM
Jackson O’Donnell