• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Phyton Python GUI Development with tkinter: Build desktop Apps

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,613
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,650
‎6 Years of Service‎
 
76%
screenshot-2724.png


Hands-On Python GUI Programming using tkinter to build desktop applications

What you'll learn

    Create amazing GUIs with Python's built-in Tkinter module
    Customize the GUIs by using layout managers to arrange the GUI widgets
    Build a contacts database GUI App
    Build a Currency Converter GUI App
    Build a Loan Calculator GUI App
    Build a Music Player GUI App
    Build a digital clock GUI App
    Build a video to mp3 converter GUI App

Course content
7 sections • 73 lectures • 6h 39m total length


Requirements

    Computer with internet access required.
    Basic knowledge of Python is advised.

Description

Python is a multi-domain, interpreted programming language. It is a widely used general-purpose, high-level programming language. It is often used as a scripting language because of its forgiving syntax and compatibility with a wide variety of different eco-systems. Its flexible syntax enables developers to write short scripts while at the same time, they can use object-oriented concepts to develop very large projects.

Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all standard Python Distributions. In fact, it’s the only framework built into the Python standard library.

This Python framework provides an interface to the Tk toolkit and works as a thin object-oriented layer on top of Tk. The Tk toolkit is a cross-platform collection of ‘graphical control elements’, aka widgets, for building application interfaces.

Tkinter module provides Python users with a simple way to create GUI elements using the widgets found in the Tk toolkit. Tk widgets can be used to construct buttons, menus, data fields, etc. in a Python application. Once created, these graphical elements can be associated with or interact with features, functionality, methods, data or even other widgets.

Tkinter provides various controls, such as buttons, labels and text boxes used in a GUI application. These controls are commonly called widgets.

Who this course is for:

    Beginners to GUI App Development with Python

Code:
https://www.udemy.com/course/python-gui-development-with-tkinter-build-desktop-apps
To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top