書名: 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
推薦閱讀
- Progressive Web Apps with React
- 程序設計與實踐(VB.NET)
- Python從入門到精通(精粹版)
- BeagleBone Media Center
- Learning Linux Binary Analysis
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Learning FuelPHP for Effective PHP Development
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Java 9 Programming By Example
- Arduino Wearable Projects
- Clojure Polymorphism
- Python Social Media Analytics
- Less Web Development Cookbook
- 你好!Java
- 你好!Python