Download Area

Home > User Interface (UI)

easygui Free Download for Windows & Mac

GUI Dialog library for Python with a major goal of simplicity - easygui

easygui Free Download for Windows & Mac

Published Date: 2024-04-12

easygui Free Download

easygui is a simple and easy-to-use graphical user interface (GUI) library for Python. It allows you to quickly and easily create GUIs for your Python programs with just a few lines of code. easygui is platform-independent, meaning that it can be used on Windows, Mac, and Linux. Additionally, source code is included in the distribution ZIP file and available for download on the easygui website under a BSD license.

easygui provides a number of built-in functions for creating common GUI elements, such as buttons, text boxes, and drop-down lists. It also includes functions for creating custom GUIs, such as progress bars and file browsers. easygui is a great choice for creating GUIs for small to medium-sized Python programs. It is easy to use, platform-independent, and open source. You can easily download easygui for free from its official website.


easygui : EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls.