
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
A Smaller & Faster Arduino?
- Frank
- November 14, 2022
- animation
- Arduino
- arduino display
- arduino ui
- car cluster
- cluster design
- custom car cluster
- custom display
- dashboard
- digital car cluster
- digital dashboard
- digital gauge
- DIY
- esp32
- gauge
- gauges
- gui
- microbit
- microbit makecode
- oled lcd
- pixel
- Raspberry Pi
- round display
- Tutorial
- ui
- ui design
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
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
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
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
How to Convert Python to Android Apps with Windows
- Frank
- August 6, 2021
- adb
- adb for windows
- adb server
- android app
- Android Debug Bridge
- apk
- buildozer
- buildozer windows
- buildozer wsl
- compile
- convert py to apk
- convert python to android
- gui
- Kivy
- kivy buildozer
- kivy gui
- kivy tro android
- KivyMD
- KivyMD app
- mobile app
- p4a
- py to apk
- python android app
- python for android
- python gui
- python mobile app
- python on mobile
- python on phone
- python programming
- python to android
- python tutorial
- ubuntu wsl
- windows subsystem for linux
- WSL
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
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