How to Install Python 3 on Windows 10 - https://youtu.be/rVb1TqqbPj0
In this video I am going to show How to Make a Stand Alone Executable from a Python Script using PyInstaller. We will use PyInstaller to convert .py to .exe. PyInstaller converts Python applications into stand-alone executables, under Windows, GNU/Linux, Mac OS X. So let us see How to Create a .exe of a Python Program. Creating an Executable from a Python Script is easy using PyInstaller.
Install PyInstaller from PyPI:
pip install pyinstaller
PyInstaller Usage
pyinstaller your_script_name.py
pyinstaller --onefile your_script_name.py
pyinstaller -w your_script_name.py
useful links
https://www.pyinstaller.org/
NSIS (Nullsoft Scriptable Install System)
https://nsis.sourceforge.io/Main_Page
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers
#Python, #PyInstaller,
Feel the real power of Python and programming! This is a Python tutorial for beginners to learn Python programming from scratch. The course offers you a unique approach of learning how to code by solving real world problems. Throughout the course we will be understanding how to identify and formulate the problems, what is the key to a great app, we will learn how to efficiently adopt the problem for the computer and the most important that you will be writing a lot of code! The course is structured in a way that lectures are like labs where we study the material, do the quizzes, write programs and test them! The most important that you will be involved into work a lot in order to get the best experience! Learn Python at easy to understand steps.
★★★Top Online Courses From ProgrammingKnowledge ★★★
Python Programming Course ➡️ http://bit.ly/2vsuMaS ⚫️ http://bit.ly/2GOaeQB
Java Programming Course ➡️ http://bit.ly/2GEfQMf ⚫️ http://bit.ly/2Vvjy4a
Bash Shell Scripting Course ➡️ http://bit.ly/2DBVF0C ⚫️ http://bit.ly/2UM06vF
Linux Command Line Tutorials ➡️ http://bit.ly/2IXuil0 ⚫️ http://bit.ly/2IXukt8
C Programming Course ➡️ http://bit.ly/2GQCiD1 ⚫️ http://bit.ly/2ZGN6ej
C++ Programming Course ➡️ http://bit.ly/2V4oEVJ ⚫️ http://bit.ly/2XMvqMs
PHP Programming Course ➡️ http://bit.ly/2XP71WH ⚫️ http://bit.ly/2vs3od6
Android Development Course ➡️ http://bit.ly/2UHih5H ⚫️ http://bit.ly/2IMhVci
★★★ Follow ★★★
My Website - http://www.codebind.com
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!