Simplify Python GUI Development With PySimpleGUI (Summary)
You learned a lot about the PySimpleGUI package in this course! Above all, you became familiar with the basics of using PySimpleGUI to create applications.
In this course, you learned how to:
- Install the PySimpleGUI package
- Create basic user interface elements with PySimpleGUI
- Create some applications, such as an image viewer, with PySimpleGUI
- Integrate PySimpleGUI with Matplotlib
- Use computer vision in PySimpleGUI
- Package your PySimpleGUI application for Windows
If you’d like to learn more about PySimpleGUI, then you can check out any of the following resources:
- PySimpleGUI Example Demos: GitHub
- The PySimpleGUI documentation
- The PySimpleGUI Cookbook
- The PySimpleGUI demos
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
00:00 Summary. Well done! You’ve made it to the end of the course. You’ve learned a lot about the PySimpleGUI package in this tutorial. Above all, you became familiar with the basics of PySimpleGUI to create applications.
00:15 In this tutorial, you learned how to install the PySimpleGUI package, create basic user interface elements with PySimpleGUI, create some applications such as an image viewer with PySimpleGUI, integrate Matplotlib, use computer vision, and package your PySimpleGUI application for Windows.
00:39 You can use what you learned in this tutorial to create your own interesting and useful applications and create applications that non-programmers will be happy to run, as many find command line interfaces intimidating. The PySimpleGUI package offers many more example demos that you can use to build your skills and discover how to use all of the tools in the library more effectively.
01:00 Be sure to check them out, and you’ll soon find yourself creating your own cross-platform GUI applications. We hope you found this course useful and we’ll see you again soon at realpython.com.
mae on May 6, 2021
As always: high level, compact and very useful! Please keep it up! Thank you so much!
Marat Sabirov on Dec. 27, 2021
Awesome! All in one specially for my computer vision project :)
Become a Member to join the conversation.
Ghani on May 5, 2021
Nice course; Thanks