- Tkinter GUI Application Development Blueprints(Second Edition)
- Bhaskar Chaudhary
- 97字
- 2021-06-24 18:35:08
Project overview
The goal here is to build a text editor with some 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 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
推薦閱讀
- 編程卓越之道(卷3):軟件工程化
- Scala Design Patterns
- Visual C++實(shí)例精通
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- C語言從入門到精通(第4版)
- Scala程序員面試算法寶典
- SQL Server從入門到精通(第3版)
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- Learning Apache Cassandra
- Java并發(fā)編程:核心方法與框架
- HTML5移動(dòng)Web開發(fā)
- Apache Kafka 1.0 Cookbook
- Learning Perforce SCM
- TensorFlow.NET實(shí)戰(zhàn)
- JSP編程教程