BOOKS - Modern Tkinter Python for Developers
Modern Tkinter Python for Developers - George W New  PDF  BOOKS
US $7.75

Views
398549
Modern Tkinter Python for Developers
Author: George W New
Format: PDF
File size: PDF 4.8 MB
Language: English

Python is one of the most popular and easiest programming languages out there. Learning it - and mastering the craft - is a walk in the park when you have the right guidance. Graphical User Interface(GUI) is a form of user interface which allows users to interact with computers through visual indicators using items such as icons, menus, windows, etc. It has advantages over the Command Line Interface(CLI) where users interact with computers by writing commands using keyboard only and whose usage is more difficult than GUI. What is Tkinter? Tkinter is the inbuilt Python module that is used to create GUI applications. It is one of the most commonly used modules for creating GUI applications in Python as it is simple and easy to work with. You don't need to worry about the installation of the Tkinter module separately as it comes with Python already. It gives an object-oriented interface to the Tk GUI toolkit. Some other Python Libraries available for creating our own GUI applications are: Kivy, Python Qt, wxPython. Among all Tkinter is most widely used. In summary, Tkinter is a useful tool for creating a wide variety of graphical user interfaces, including windows, dialog boxes, and custom widgets. It is particularly well-suited for building desktop applications and adding a GUI to command-line programs.

You may also be interested in: