

There are several tools that can do this, there is more than one way to do this. It is possible to build executables with the python interpreter, which we will discuss in the next section.Īfter you made your GUI program in Python, you can convert it into a standalone executable. However, your end-users may not be familiar with Python and other installing modules, so you may want to create an executable and an installer. So all you need is have the non-standard modules installed if you use them. Python is installed on every Linux, Mac and Windows OS (I think) by default now. That means that if you have the Python interpreter installed on the platform and the required modules, you can run the program.

Strictly speaking, you don't have to compile python for Mac/Windows/Linux because it is an interpreted language. The gnome (gtk) desktop environment is an option on Linux systems. If you are new to PyQt, I recommend this course & book. Qt comes with many widgets and features and is under continuous development. It's free (gpl) but not for commercial products.

The first thing you will need is a GUI module. To create an executable, there are several command line tools.
WINDOWS OR MAC FOR PYTHON HOW TO
The hardest part is learn Python, how to use a GUI module. Python to Executable - turn a Python program into an executable.GUI module - how to create a desktop interface with Python.The Python programming language works on many platforms including Microsoft Windows, Apple Mac OS X, many Linux distributions other systems.
