Laying out the application

With your form designed, it's time to consider the rest of the application's GUI:

  • You'll need a save button to trigger storage of the entered data
  • Sometimes, we might need to provide status information to the user; applications typically have a status bar that displays these kinds of messages
  • Finally, it might be good to have a header indicating what the form is

Adding the following things to our sketch, we have something like the following screenshot:

Looks good! This is definitely a form we can implement in Tkinter. Your final step is to show these designs to your users and the director for any feedback or approval. ...

Get Python GUI Programming with Tkinter now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.