From the course: Python Projects
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Plan the GUI - Python Tutorial
From the course: Python Projects
Plan the GUI
- [Instructor] Now that I finished implementing all four content generation functions, an email class to format and send the daily digest, and a scheduler. I can check off the majority of my functional requirements. These three modules contain the real meat of my application. However, I did include a non-functional requirement, to implement a graphical user interface, or GUI, for the admin to use. So, let's turn our attention to that. I usually save GUI development for the end of a project, because I could create a fantastic looking GUI, but it would be useless if I haven't implemented the underlying application for it to control. Now, a quick disclaimer here. I am not an experienced UX designer. I'm an engineer. And true to the stereotypes about user interfaces developed by engineers, mine tend to be, well, not the greatest, but they're functional and get the job done. I'm going to show you the quick and dirty process I used to lay out my GUI. And you'll see how to implement a GUI…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.