Software Alternatives & Reviews

Kivy VS PySimpleGUI

Compare Kivy VS PySimpleGUI and see what are their differences

Kivy logo Kivy

Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps. Installation on WindowsInstallation on Windows. Installation; What are wheels .

PySimpleGUI logo PySimpleGUI

A simple to use GUI that can create custom GUIs
  • Kivy Landing page
    Landing page //
    2023-09-15
  • PySimpleGUI Landing page
    Landing page //
    2023-08-18

Kivy

Categories
  • Developer Tools
  • Rapid Application Development
  • Python Tools
  • Python Web Framework
Website kivy.org
Details $

PySimpleGUI

Categories
  • Rapid Application Development
  • IDE
  • Game Engine
  • Development
Website github.com
Details $-

Kivy videos

Kivy Intro - Mobile and Desktop App Dev w/ Python

More videos:

  • Review - Starting on a GUI: WXpython vs Kivy #MP55

PySimpleGUI videos

Real Python Podcast – Episode 17 – Linear Programming, PySimpleGUI, and More

Category Popularity

0-100% (relative to Kivy and PySimpleGUI)
Game Engine
100 100%
0% 0
Rapid Application Development
Development Tools
0 0%
100% 100
Game Development
100 100%
0% 0

User comments

Share your experience with using Kivy and PySimpleGUI. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Kivy and PySimpleGUI

Kivy Reviews

25 Python Frameworks to Master
Unlike PyQt, Kivy is free and open-source, isn’t a wrapper around an external UI library, and is licensed under the MIT license, which means you can ship and monetize your Kivy apps.
Source: kinsta.com
Which Python GUI library should you use? Comparing the Python GUI libraries available in 2023
The look and feel of Kivy is extremely customizable, allowing it to be used as an alternative to libraries like Pygame (for making games with Python). The developers have also released a number of separate libraries for Kivy. Some provide Kivy with better integration and access to certain platform-specific features, or help package your application for distribution on...
10 Best Python Libraries for GUI
Kivy was written with a mix of Python and Cython, and it helps build some of the most intuitive user interfaces with multi-touch applications. These multi-touch applications help implement Natural User Interface (NUI), which is a type of interface where the user naturally learns about the various interactions while they’re usually invisible.
Source: www.unite.ai
Top 6 Python Framework for Game Development | by Ankur Kumar | unikaksha | Medium
Kivy is a Python game development framework for businesses. It’s an open-source Python library that lets programmers easily construct apps with unique user interfaces, such as multi-touch apps. Kivy assists in developing apps for Windows, Linux, and iOS devices such as iPhones, iPads, and Android devices such as phones and tablets.
Source: medium.com
Top 10 Python GUI Frameworks for Developers
With Kivy, interface designers can code once and deploy to multiple platforms, while the built-in support for OpenGL ES 2 allows them to use modern and powerful graphics and design techniques. The most common use of the Kivy GUI framework in the real-world can be seen in our Android and iOS applications. Other widespread implementations of the framework can be seen in the...

PySimpleGUI Reviews

25 Python Frameworks to Master
It’s a great option for creating simple and easy-to-use graphical user interfaces in Python and allows you to add a GUI to your already working scripts pretty easily. PySimpleGUI wraps the power of 4 different GUI libraries, PySide, Tkinter, wxPython, and Remi.
Source: kinsta.com
Which Python GUI library should you use? Comparing the Python GUI libraries available in 2023
PySimpleGUI aims to simplify GUI application development for Python. It doesn't reinvent the wheel but provides a wrapper around other existing frameworks such as Tkinter, Qt (PySide 2), WxPython and Remi. By doing so, it not only lowers the barrier to creating a GUI but also allows you to easily migrate from one GUI framework to another by simply changing the import...
10 Best Python Libraries for GUI
PySimpleGUI was developed back in 2018 to make it easier for Python beginners to get started with GUI development. A lot of the other frameworks require more complicated work, but PySimpleGUI enables you to begin right away without worrying about the advanced intricacies of other libraries.
Source: www.unite.ai
Top 10 Python GUI Frameworks for Developers
Isn’t the name of this framework a dead giveaway of what it is meant to do? Getting back to the topic, those starting fresh with Python application development may find a lot of Python GUI frameworks daunting at first. Mike B. created PySimpleGUI in 2018 to make it easier for Python newbies to get into GUI development without spending too much time getting into the...

Social recommendations and mentions

Based on our record, Kivy seems to be more popular. It has been mentiond 46 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Kivy mentions (46)

  • How to Develop a User Data Storage Registration Form Using Python.
    We will create this complete Python registration form using Kivy. We get started by installing Kivy, a powerful Python framework for building interactive applications. - Source: dev.to / 22 days ago
  • Ask HN: Can I create a mobile and Web App using Python/Python Framework?
    For reference, YouTube runs on Python[1,2,3]: > 1. Python and Django: YouTube’s backend is predominantly written in Python, offering a balance of performance and readability. > 2. Google Cloud Platform... > 3. Java and C++: YouTube also utilizes Java and C++ for specific backend services, as they provide better performance for certain tasks. --- A long time ago, I looked into these Python frameworks: -... - Source: Hacker News / 2 months ago
  • Python GUI libraries? <3
    I suggest you use kivy which is suitable for the desktop but also has the advantage of being one of few options for creating Python based native(ish) mobile apps (for IoS and Android app stores). Source: 4 months ago
  • Ask HN: Best framework to build a GUI app in Python for windows and macOS?
    I think the best one right now for python is "beeware": https://beeware.org/ You also have Kivy which is prety good: https://kivy.org/. - Source: Hacker News / 5 months ago
  • Ask HN: Current best GUI and render window stack?
    I'm a big fan of https://kivy.org/ it looks modern and has a wide range of components. - Source: Hacker News / 8 months ago
View more

PySimpleGUI mentions (0)

We have not tracked any mentions of PySimpleGUI yet. Tracking of PySimpleGUI recommendations started around Mar 2021.

What are some alternatives?

When comparing Kivy and PySimpleGUI, you can also consider the following products

Blender - Blender is the open source, cross platform suite of tools for 3D creation.

PyQt - Riverbank | Software | PyQt | What is PyQt?

Unity - The multiplatform game creation tools for everyone.

MD Python Designer - A drag and drop GUI Designer that uses a combination of Tkinter and its own code.

Unreal Engine - Unreal Engine 4 is a suite of integrated tools for game developers to design and build games, simulations, and visualizations.

Dear PyGui - Dear PyGui is a simple to use (but powerful) Python GUI framework. Dear PyGui provides a wrapping of Dear ImGui which simulates a traditional retained mode GUI (as opposed to Dear ImGui's immediate mode paradigm).