Pyinstaller Tutorial - Creating EXE's for your Python Code

preview_player
Показать описание
Python doesn't natively come with a way to create compiled (EXE's) programs. However, pyinstaller is a python library that can be used for this purpose.

Website Link:
Рекомендации по теме
Комментарии
Автор

Thank you! I liked that you explained everything in detail and worked through it to show how it works. I have one question though! Would it be possible to add multiple data files at once? Or would you have to write out --add-data for each individual file?

brendagarcia