Computer Science, asked by SoumyaDutta8172, 11 months ago

Is Python supports GUI applications?

Answers

Answered by geektousif
0
Yes Python Supports GUI application. You can easily create GUI applications with Python's Tkinter toolkit
Answered by sushiladevi4418
0

Answer:

Yes, python supports the GUI application.

Explanation:

Yes, python supports various GUI applications to make the different types of frontend to design the various effects onto it.

The various GUI in python are:-

1)Kivy

Kivy is an OpenGL ES to accelerated framework for the creation of new user interfaces. It supports multiple platforms namely Windows, MacOSX, Linux, Android iOS and Raspberry Pi.

2) PyQT

It is one of the favored cross-platform Python bindings implementing the Qt library for the Qt (owned by Nokia) application development framework.

3) Tkinter

Tkinter is commonly bundled with Python, using Tk and is Python’s standard GUI framework.

4) WxPython

WxPython is an open-source wrapper for cross-platform GUI library WxWidgets (earlier known as Wx  Windows) and implemented as a Python

extension module.

5) PyGUI

PYGUI is a graphical application cross-platform framework for Unix, Macintosh, and Windows.

Similar questions