Python GUI Development with Tkinter

所在平台: Udemy

课程主页: https://www.udemy.com/course/gui-programming-in-python-using-tkinter/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用Tkinter进行Python GUI开发 课程概述: 欢迎参加Uplatz的"使用Tkinter进行Python GUI开发"课程。Python编程套件提供了多种GUI框架(或工具包),从与Python一起打包的Tkinter,到其他多个跨平台解决方案,以及平台特定(本地)技术的绑定。Python支持多种开发图形用户界面的选项,其中最重要的包括:Tkinter(Python与Tk GUI工具包的接口)、wxPython(用于wxWindows的开源Python接口)和JPython(为Java移植的Python,使Python脚本可以无缝访问本地Java类库)。总的来说,虽然Python有许多GUI框架,但Tkinter是唯一内置于Python标准库中的框架。Tkinter具有跨平台特性,能够在Windows、macOS和Linux上运行相同的代码,其视觉元素使用本地操作系统元素呈现,因此用Tkinter构建的应用程序在运行的平台上看起来很自然。相较于其他框架,Tkinter轻量且易于使用,使其成为快速构建功能性和跨平台GUI应用程序的理想选择,尤其是在不需要现代外观的情况下。 课程目标: - 入门Tkinter并创建基本应用程序 - 操作各种控件,例如按钮和文本框 - 使用几何管理器控制应用程序布局 - 通过将按钮点击与Python函数关联,使应用程序互动性更强 Tkinter编程: Tkinter是Python的标准GUI库。结合Tkinter,Python提供了快速、简便的方式来创建GUI应用程序。使用Tkinter创建GUI应用程序简单明了,主要步骤包括:导入Tkinter模块、创建主窗口、添加一个或多个控件、进入事件主循环以响应用户触发的事件。 Tkinter控件: Tkinter提供了多种控件,如按钮、标签和文本框,这些控件称为小部件。目前在Tkinter中有15种小部件。 课程大纲: 1. Tkinter基础 2. Tkinter编程 3. GUI编程 4. Tkinter小部件 - Tkinter列表框 - Tkinter按钮 - Tkinter复选按钮 - Tkinter输入框 - Tkinter框架 - Tkinter菜单按钮 - Tkinter菜单小部件 - Tkinter消息小部件 - Tkinter消息框小部件 - Tkinter单选按钮小部件 - Tkinter比例尺小部件 - Tkinter滚动条小部件 - Tkinter文本 - Tkinter顶层小部件 - Tkinter旋转框 - Tkinter分隔窗口 - Tkinter标签框 5. 几何管理 - Tkinter pack() 方法 - Tkinter grid() 方法 - Tkinter place() 方法 6. 使用Tkinter创建计算器应用 7. 年龄计算器应用 8. 百分位计算器应用 9. 复利计算器应用 此课程为想要深入了解Tkinter并掌握Python GUI开发的学习者提供了全面的培训。

课程评论(0条)

课程详情

A warm welcome to the Python GUI Development with Tkinter course by Uplatz.Python programming suite provides a large number of GUI frameworks (or toolkits), from Tkinter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (native) technologies.Python supports various options for developing graphical user interfaces (GUIs). Most important are listed below.Tkinter − Tkinter is the Python interface to the Tk GUI toolkit shipped with Python.wxPython − This is an open-source Python interface for wxWindows.JPython − JPython is a Python port for Java which gives Python scripts seamless access to Java class libraries on the local machine.In summary, Python has a lot of GUI frameworks, but Tkinter is the only framework which is built into the Python standard library. Tkinter has several strengths. It's cross-platform, so the same code works on Windows, macOS, and Linux. Visual elements are rendered using native operating system elements, so applications built with Tkinter look like they belong on the platform where they're run.Tkinter is lightweight and relatively painless to use compared to other frameworks. This makes it a compelling choice for building GUI applications in Python, especially for applications where a modern sheen is unnecessary, and the top priority is to build something that's functional and cross-platform quickly.Uplatz provides this comprehensive training on GUI Programming in Python with Tkinter. The Python GUI Programming course covers the basics of Tkinter, programming with Tkinter, concept of GUI programming, using Tkinter for GUI programming, creating and managing Tkinter widgets, creating useful apps using Tkinter, and more.Course ObjectivesGet started with Tkinter with a basic applicationWork with widgets, such as buttons and text boxesControl your application layout with geometry managersMake your applications interactive by associating button clicks to Python functionsTkinter ProgrammingTkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.Creating a GUI application using Tkinter is an easy task. The following steps need to be followed:Import the Tkinter module.Create the GUI application main window.Add one or more of the above-mentioned widgets to the GUI application.Enter the main event loop to take action against each event triggered by the user.Tkinter WidgetsTkinter provides various controls, such as buttons, labels and text boxes used in a GUI application. These controls are commonly called widgets.There are currently 15 types of widgets in Tkinter.Python GUI Development with Tkinter - Course Curriculum1. TKINTER BASICS2. TKINTER PROGRAMMING3. GUI PROGRAMMING4. TKINTER WIDGETSTKINTER LISTBOXTKINTER BUTTONTKINTER CHECKBUTTONTKINTER ENTRYTKINTER FRAMETKINTER MENUBUTTONTKINTER MENU WIDGETTKINTER MESSAGE WIDGETTKINTER MESSAGEBOX WIDGETTKINTER RADIOBUTTON WIDGETTKINTER SCALE WIDGETTKINTER SCROLLBAR WIDGETTKINTER TEXTTKINTER TOPLEVEL WIDGETTKINTER SPINBOXTKINTER PANEDWINDOWTKINTER LABELFRAMETKINTER tkMESSAGEBOXTKINTER PANEDWINDOW WIDGETTKINTER LABELFRAME WIDGETTKINTER SCROLLBAR WIDGET5. GEOMETRY MANAGEMENTTKINTER pack() METHODTKINTER grid() METHODTKINTER place() METHOD6. CALCULATOR APP USING TKINTER7. AGE CALCULATOR APP8. PERCENTILE CALCULATOR APP9. COMPOUND INTEREST CALCULATOR APP

课程标签

0人关注该课程

主题相关的课程