- Tkinter GUI Application Development Blueprints
- Bhaskar Chaudhary
- 99字
- 2021-07-30 10:10:38
An overview of the chapter
The goal here is to build a text editor with some cool nifty features. Let's call it the Footprint Editor
.

We intend to include the following features in the text editor:
- Creating new documents, opening and editing the existing documents, and saving documents
- Implementing common editing options such as cut, copy, paste, undo, and redo
- Searching within a file for a given search term
- Implementing line numbering and the ability to show/hide line numbers
- Implementing theme selection to let a user choose custom color themes for the editor
- Implementing the about and help windows
推薦閱讀
- Learning Chef
- Developing Middleware in Java EE 8
- JavaScript機器人編程指南
- PHP Microservices
- Python Penetration Testing Essentials
- Spring Web Services 2 Cookbook
- Learning Redux
- Linux Networking Cookbook
- Lync Server Cookbook
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- 面向對象程序設計教程(C#版)
- Cadence Concept-HDL & Allegro原理圖與電路板設計(第2版)
- IBM Cognos 10 Report Studio Cookbook(Second Edition)
- 零基礎學:微信小程序開發
- C#典型模塊與項目實戰大全