Standalone Python EXE Executable - Python Kivy GUI Tutorial #20

Опубликовано: 09 Декабрь 2020
на канале: Codemy.com
61,261
1.3k

In this video we'll create a standalone executable .exe file for our Calculator app with Kivy and Python that you can share with your friends, or sell on your website, or whatever! We'll be using the free pyinstaller to do all of this work.


Step One: pip install pyinstaller

Step Two: pyinstaller calc.py -w

Step Three: modify our calc.spec file, making several changes shown in the video.

Step Four: pyinstaller calc.spec -y

Step Five: Zip up all the files into one .zip file that you can share!


На этой странице сайта вы можете посмотреть видео онлайн Standalone Python EXE Executable - Python Kivy GUI Tutorial #20 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Codemy.com 09 Декабрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 61,261 раз и оно понравилось 1.3 тысяч зрителям. Приятного просмотра!