Create a Python App with Dear PyGui - Graphic User Interface

*** IMPORTANT NOTES *** finishedProject/ is now updated with global pred= [] Please avoid initializing it at check_spam(pred=[]), but initialize it earlier on a global scope and only then pass it to check_spam(pred). Complete Updated Code on Github: If you had any issues with the code presented in this video - please check out the link above to see if it resolves is! *** VIDEO DESCRIPTION *** Learn how to create a fully-functional Python app step by step! In this project, we will build a graphic user interface with the brand new Dear PyGui library! We will connect this interface to my Simple SMS Spam Filter, which we’ve built together in a previous project. We will learn how to display images, text, user input, buttons, and separators, as well as hiding widgets and “click“ event callback functions. Starter Files: *****************************************
Back to Top