Powered by Blogger.

Social Icons

Featured Posts

Showing posts with label exe. Show all posts
Showing posts with label exe. Show all posts

Create Executable Applications in Python

Wednesday, April 05, 2023

Install package pyinstaller and run the following command

 pyinstaller --onefile <filename>.py

 

Translate

Popular Posts