Python INSTALLATION! Packaging scripts into an .exe file! Python script to .exe!

Опубликовано: 08 Август 2020
на канале: autopilot_fpv
3,155
71

How to easily install Python and the pyinstaller code editor.
How to configure PyCharm to convert scripts to executable files.

If you're a beginner programmer and plan to follow my programming lessons, I recommend installing and setting up Python like I do!

Python https://www.python.org/downloads/
Python 3.7.8 https://www.python.org/ftp/python/3.7...
PyCharm https://www.jetbrains.com/pycharm/

To package scripts into executable files, install pyinstaller https://www.pyinstaller.org/
To do this, run the following command in the PyCharm terminal:
pip install pyinstaller

To quickly package a script into an executable file, run the following command in the terminal:
pyinstaller -F main.py
Here, main.py is the name of the script file.


На этой странице сайта вы можете посмотреть видео онлайн Python INSTALLATION! Packaging scripts into an .exe file! Python script to .exe! длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь autopilot_fpv 08 Август 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 3,155 раз и оно понравилось 71 зрителям. Приятного просмотра!