graphic user interface

Python

How to Create a GUI App with Tkinter and SQLite

Today Mariya will show you how to create a highly sophisticated Tkinter application, which is PERFECT for beginners and even intermediate Python developers.

Read More
Python

Simple Calculator with Anvil – Python Web App Tutorial for Beginners

In this tutorial, learn how to create a Simple Calculator GUI Web Application with Anvil TIME STAMPS 00:00 – intro 00:42 – create a blank web page with Anvil 01:24 – image component 02:06 – set background colour 02:20 – textbox component 03:27 – button components 05:29 – grid panel 07:47 – button callback 11:08 […]

Read More
Python

Create a Python App with Dear PyGui – Graphic User Interface

Python Simplified demonstrates 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 […]

Read More