Chapter 8. Talk Python to Me – a Chat Application
The next project we will undertake is an online instant messaging application. This will allow us to manage a list of friends who we can chat to. When chatting, a user will have access to a list of smileys to add character to their messages.
In this chapter, we will cover:
- Creating a scrollable
Frame
- Using the
grid
geometry manager - Positioning a
Toplevel
window relative to its parent - Embedding images into a
Text
widget