- 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
推薦閱讀
- Spring 5.0 Microservices(Second Edition)
- C++程序設計(第3版)
- Mastering JavaScript Object-Oriented Programming
- Angular UI Development with PrimeNG
- Learning Linux Binary Analysis
- Python高級機器學習
- Mastering Yii
- Microsoft System Center Orchestrator 2012 R2 Essentials
- ArcGIS By Example
- Access 2010數據庫應用技術(第2版)
- Haskell Data Analysis Cookbook
- Unity 3D/2D移動開發實戰教程
- BeagleBone Robotic Projects(Second Edition)
- SQL Server 2016 從入門到實戰(視頻教學版)
- Python計算機視覺和自然語言處理