Tkinter
Get start from a simple Hello World program in python doc
Draft a UI
To implement above UI, I need to use:
- Button
- Label
- Entry
- Text
- Scroll bar
- Messagebox
- Geometry Manager
- Set color
- Set icon for button
- Tooltip
- Set mouse focus to the entry
- Fond
- Set the text to read only
- After clicking enter, output the result to text, and delete the characters in entry after clicking enter