gui

Python

How to Make Modern Graphical User Interfaces in Python

I recently came across this video, which shows you how to build modern-looking graphical user interfaces (GUIs) in Python.

Read More
IoT

A Smaller & Faster Arduino?

Learn how to create a simple project showing the charging particle animation on the OLED screen using the Arduino-compatible board Seeed XIAO. The XIAO board is smaller and faster than Arduino. The expansion board includes a lot of additional sensors as well as an SSD1306 128x64px OLED display with an IIC interface.

Read More
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

Simple Web App with Flask and Heroku – Python GUI for Beginners

In this tutorial, learn how to create a Web Application with Flask! TIME STAMPS 00:00 – Battle of the App Frameworks 00:25 – Flask Overview 01:17 – Flask Directory Structure 01:52 – HTML Structure 06:52 – Python Backend 09:31 – Warning: this is a development server ⛳ 09:42 – Message Flashing 11:04 – A secret […]

Read More
Android Python

How to Convert Python to Android Apps with Windows

In this tutorial, Mariya will show you how to convert your Python projects into Android applications using Windows (of all things!). We will Create a Windows Subsystem for Linux (WSL), Learn about Android’s Debug Bridge (adb) and use Buildozer to compile our .py files into .apk. Time Stamps: 00:00 – intro 00:30 – Install Windows […]

Read More
Python

5 Best Python GUI Libraries

Code First covers the top 5 Python GUI libraries to amp up your Python projects.

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