- 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
推薦閱讀
- Mastering Ext JS(Second Edition)
- Learn Scala Programming
- Visual Basic程序設計習題解答與上機指導
- Backbone.js Blueprints
- Troubleshooting PostgreSQL
- C語言程序設計
- Visual Basic程序設計
- RESTful Java Web Services(Second Edition)
- Hadoop大數據分析技術
- Go語言從入門到精通
- Android 游戲開發大全(第二版)
- Python繪圖指南:分形與數據可視化(全彩)
- Android從入門到精通
- jMonkeyEngine 3.0 Beginner’s Guide
- SFML Essentials