convert .py to.exe

Опубликовано: 18 Март 2026
на канале: Julius Coder
31
3

In this video i show how you can convert .py files to .exe files
.py files are the files you get when you programm python code
.exe are the default files you can share them with your friends or upload the in the internet


here are the steps:
1: setup pip
1.1: make new enviroment variable
1.2: Modify python (add pip and Add Python to enviroment variables

2: insatll pyinstaller
2.1: open cmd in the path where your .py is
2.2: install the pyinstaller with: "pip install pyinstaller"

3:Ready to create .exe from .py
3.1: commad for creating .exe is: "pyinstaller --onefile -w main.py
| | |
if if name of file
you you
want don´t
just want it
one in the
file console
3.2: open the new "dist" folder
3.3: enjoy your .exe and share it with your friends or whatever


-------------------------------------------------------------------------------------------------------------------
Links:


this video only in quality and from a professional:    • How to Convert any Python File to .EXE  


python download/modify: https://www.python.org/downloads/
python + PyCharm download:    • How to install Python + PyChram (IDE)  


.exe files explained: http ://   • What is an EXE file?  
about .py:    • How to Run Python Programs ( .py files ) o...  


send .exe with email:    • How to send (.exe) through Email  


need help or stuck?
join my discord i slove your problem:
  / discord  



the code for my timer (idk why somone would need this) :
https://pastebin.com/5kDRrzj6



music: first is called "Vlad Gluschenko - Chestnuts" second just "Lights"



click this:    • Rick Astley - Never Gonna Give You Up (Off...  


have a nice day