- 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
推薦閱讀
- Extending Jenkins
- 編程的修煉
- 兩周自制腳本語言
- Spring實(shí)戰(zhàn)(第5版)
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- JavaScript 程序設(shè)計(jì)案例教程
- 編程數(shù)學(xué)
- NGINX Cookbook
- Android Wear Projects
- Python圖形化編程(微課版)
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- 深入理解C指針
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- Mastering Unreal Engine 4.X