- Tkinter GUI Application Development Blueprints(Second Edition)
- Bhaskar Chaudhary
- 136字
- 2021-06-24 18:35:07
Making a Text Editor
We got a fairly high-level overview of Tkinter in Chapter 1, Meet Tkinter. Now that we know some things about Tkinter's core widgets, geometry management, and the binding of commands and events to callbacks, let's use our skills in this project to create a text editor.
We will, in the process of creating a text editor, take a closer look at some widgets and learn how to tweak them to meet our specific needs.
The following are the key objectives for this project:
- Delving into some commonly used widgets, such as the Menu, Menubutton, Text, Entry, Checkbutton, and Button widgets
- Exploring the filedialog and messagebox modules of Tkinter
- Learning the vital concepts of indexing and tagging, as applied to Tkinter
- Identifying the different types of Toplevel windows
推薦閱讀
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- C語言程序設計教程
- DevOps Automation Cookbook
- Instant 960 Grid System
- Visual Basic程序設計教程
- INSTANT Mercurial SCM Essentials How-to
- JavaScript+Vue+React全程實例
- 學Python也可以這么有趣
- HDInsight Essentials(Second Edition)
- Mastering Ext JS
- Mastering Unity 2D Game Development(Second Edition)
- 智能搜索和推薦系統:原理、算法與應用
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- JavaScript腳本特效編程給力起飛
- Python:Deeper Insights into Machine Learning