Standalone Python EXE Executable - Python Tkinter GUI Tutorial #40

Опубликовано: 10 Февраль 2025
на канале: Codemy.com
319,400
6.3k

In this video I'll show you how to turn your Python tKinter program into a standalone executable exe file that you can share with your friends, or sell on your website.


There are many ways to make a .exe file out of a tKinter program. In this video I'll show you the fastest and easiest method using pyinstaller.