Learn Before
Concept

PyInstaller

This package will take an ordinary python file and convert it into an executable that can be run on a computer without Python installed. This is useful for any project you're working on in Python that you want to be available to regular users. This package works on Windows, Linux, and Mac OS. You can even use the one-file setting which creates an executable with no dependency files needed to run it!

0

1

Updated 2021-05-31

Tags

Python Programming Language

Data Science

Related