How to Convert any Python File to EXE | Convert PY to EXE

Опубликовано: 17 Апрель 2021
на канале: Falcon Infomatic
1,113
32

Topic: Convert Python Script to .exe File

Introduction:
📌We create lots of Python programs per day and want to share them with the world. It is not that you share that Python program with everyone, and they will run this script in some IDLE shell.
📌But you want everyone to run your Python script without the installation of Python. So for this work, you can convert the .py file to .exe file.
📌In this video, you will learn how you can convert .py file to .exe file. Follow the below steps for the same.

Step 1:
📌Install the library pyinstaller.
Type below command in the command prompt.

📌pip install pyinstaller

Step 2:
📌Go into the directory where your ‘.py’ file is located.

Step 3:
📌Press the shift (⇧) button and simultaneously right-click at the same location.

Step 4:
📌Click on ‘Open PowerShell window here'.

Step 5:
📌Type the command given below in that PowerShell window.

📌pyinstaller --onefile -w 'filename.py'

📌Replace the filename as your program filename

Step 6:
📌After typing the command ‘Hit the Enter’.

Step 7:
📌Open the ‘dist’ folder above. Here you will get your ‘.exe’ file.

Source Code & Link:
Link - https://drive.google.com/drive/folder...

#pytoexe, #pytoexeconverter, #pytoexepyinstaller, #pyinstaller, #pythontoexe, #pythontoexeconverter

====*====

✅ Now donation is open, you can donate to help us grow ✅

✅ Paypal - https://www.paypal.me/soosai01

✅ Google Pay - 7418713984

====*====

For More Videos:

📌 Pedestrian Detection using OpenCV Python
   • Pedestrian Detection using OpenCV Pyt...  

📌 Face Mask Detection using Python, JavaScript
   • Face Mask Detection using Python, Jav...  ​

📌 Draw Among Us Characters in Python
   • Video  ​

📌 Background subtraction using OpenCV with Python
   • Background subtraction using OpenCV w...  ​​

📌 Automatically Solve Your Errors in python | Tracestack
   • Automatically Solve Your Errors in py...  ​​

📌 How to make a Telegram bot using Python
   • How to make a Telegram bot using Pyth...  ​​​

📌 How to Track Location using IP Address with Python
   • How to Track Location using IP Addres...  ​​​

📌 Create A Brute Force Password Cracker With Python
   • Video  ​​​

📌 Creating and playing chess game using python ( 3 lines)
   • Chess game in python ( 3 Lines ) | Cr...  ​​​
📌 Python Tutorial In Detail
   • Python Programming Language  

📌 Data Visualisation Running Graph
   • Data Visualization  

📌 Computer Hacks and Tricks
   • Computer Tricks And Hacks  

====*====

Follow Me Here For More Help or Queries

📌Facebook -   / falcon-infomatic-108235664061988  

📌Instagram -   / falconinfomatic  

====*====

SUBSCRIBE NOW for weekly videos on Python Tutorial, Computer Hacks and Tricks, Data Visualisation, Technology, and Many More.