A public memo that allows other people to use the GUI apps created so far.
Save the code created in Spyder to the newly created folder (filename.py)
Enter the following command with Anaconda Prompt
pip install pyinstaller
cd C:\Newly created folder name#.Move to the folder where the py file is saved
pyinstaller filename.py --onefile
Recommended Posts