Summary
In this chapter, we covered the following points:
- We completed coding the editor in twelve iterations. We started by placing all the widgets on the Toplevel window.
- We then leveraged some built-in features of the Text widget to code some functionality.
- We learned the important concepts of indexing and tagging.
- We also saw how to use the
filedialogandmessageboxmodules to quickly code some common features in programs.
Congratulations! You completed coding your text editor. In the next chapter, we will make a programmable drum machine.