Last updated: Jul 28, 2022

GUI Applications with Python

Who said Python couldn't be used to create interactive apps and high-performance graphical user interfaces? (GUI). Tkinter, Pyglet, and PyGame are some of the most popular libraries for creating graphics and animation, resulting in cool games created entirely with Python and library methods!

Kivy

Kivy is a new and free open source framework based on python language. It is a Framework that is used in making apps - mobile with touch (multi) features. It uses a natural user interface. This framework can be run on Android, Linux, macOS (ios), and windows. In this article series, we will be dealing with what is Kivy in depth. We will be addressing how to include widgets, buttons, and layouts. If you know about flutter, you must be well verse with them but If not, no issues, we can always start fresh and raw.
Introduction to Kivy EASY
This blog will discuss an introduction to kivy and its installation.
Button Action in Kivy EASY
In this blog, we will be discussing buttons, their creation, and actions in kivy by using the .kv file.
Author Anjali
0 upvotes
Multiple Layout
This article will discuss how we can use layouts in layouts, basically multiple layouts, and the most basic example
StackLayout in Kivy EASY
This article will discuss StackLayout in Kivy, and in the end, we will answer some of the Frequently Asked Questions related to this.
Ellipse in Kivy EASY
The reader will learn about ellipse in Kivy in this article.
Virtual keyboard in kivy EASY
The reader will learn about Virtual keyboard in kivy in this article.
Using Clock Objects in Kivy with .kv File MEDIUM
In this article, we will work with the .kv file and Python to develop applications with the help of a few examples.
Using Clock Objects in Kivy EASY
In this article, we will work with the Kivy GUI tool in Python to develop applications with the help of a few examples.