I'd recommend kivy. https://kivy.org/ OpenGL accelerated, cross platform - supports Linux, Windows, MacOS, RaspberryPi, and mobile... Android, OSX. It is a native python framework, and well documented. This is my preferred full-featured GUI. There is a sister project called kivyMD, that extends kivy with Material design widgets - https://kivymd.readthedocs.io/en/1.1.1/ this provides a clean very modern look. - Source: Reddit / 15 days ago
Your app needs to be able to load links that are close together, even if there are links in a footer. - Source: Reddit / 2 months ago
You could play around with a framework that supports python, e.g. Kivy. - Source: Reddit / 2 months ago
You could use https://kivy.org/ - but to be totally honest, Python isn't the best language to make an app. - Source: Reddit / 3 months ago
Technically you can, with the Kivy framework, but I don't think I've ever run into an example of a popular app actually having been made with Kivy. I think that again it kind of falls into the "toy project" area, at least for the mobile side of things. - Source: Reddit / 3 months ago
Take a look at the Kivy framework for something running on a GUI (Pi with a connected HDMI screen - or on the Rpi Tochscreen). - Source: Reddit / 4 months ago
As for making an app out, there are options like native-web-app, Beeware, and Kivy. Maybe checkout the Standalone section on the Distribute Your Python Code at Real Python. - Source: Reddit / 4 months ago
I would use Kivy, it is a python based GUI. Easy to use and well documented. As I mentioned there is a significant learning curve. https://kivy.org/. - Source: Reddit / 5 months ago
It might be worth looking into 'Kivy'... "The Open Source Python App development Framework" which can be found at https://kivy.org ... Their slogan is "With a single codebase, you will be able to deploy apps on Windows, Linux, macOS, iOS, abs Android! - Source: Reddit / 7 months ago
You'll need to use Kivy then, but it's still the wrong tool for the job. You should use Java or Kotlin to build Android apps because the integration and tooling is much better. - Source: Reddit / 7 months ago
Work through the tutorials, and watch the kivy crash course videos from kivy.org. - Source: Reddit / 7 months ago
The KivyMD hot reload feature allows you to make changes to the Python code and kvlang files in your Kivy application and see the results in the running application without having to entirely stop and restart the application each time you make a change. Many other application development platforms support this type of feature, so it is nice to see it is available for developing Kivy/KivyMD applications as well. - Source: dev.to / 8 months ago
Kivy is the most popular, but honestly, currently, Python doesn't have the biggest selection for this, nor the most optimised/simplest/etc compared to other ecosystems. - Source: Reddit / 8 months ago
After some thinking, I realized a mobile/desktop app is more suitable for my task. After a little googling and comparison, I decided to go with Kivy. - Source: dev.to / 11 months ago
Python contains a variety of Graphical User Interface (GUI) frameworks that are being used by developers to create interactive windows and widget controls. The libraries include: PyQt, Kivy, Tkinter and wxPython. For a sneak peek on GUI development with PyQt, please refer to my GitHub repository on PyQt Interfaces and Desktop To-do list. - Source: dev.to / 12 months ago
GUI lets people interact with computers using visual elements such as icons or pictures instead of text-based commands. There are many modules available for creating that is Tktinker,Kivy and PyGTK. - Source: dev.to / about 1 year ago
I had an existing (albeit very elementary) implementation, but let's just say that I didn't have backups. Anyway, I know with certainty that rendering will be the most difficult task to overcome. Some of the sounds that I plan on generating are incredibly complex—like ray-tracing-sound-waves-from-an-acoustic-guitar-made-of-a-particular-type-of-wood complex. And I want it to be as fast as possible so that it can... - Source: Reddit / about 1 year ago
This is easily searchable in your search engine of choice. If you want to use Python to write a mobile app, maybe look into Kivy as a possible option. - Source: Reddit / over 1 year ago
I use kivy to develop python UIs. See kivy.org MIT license, supports Windows, Mac, Linux, Android and IOS. Written in python. - Source: Reddit / over 1 year ago
Https://kivy.org/#home is the closest I ever got to working with UI in Python. It almost worked, but as you say, it's an unsolved problem. - Source: Hacker News / almost 2 years ago
I made an app with Kivy for a friend of mine who has an iPhone, so when I finished coding it, I went to my Mac from circa 2010 which runs High Sierra 10.13.6 and attempted to put it in an xcode like it describes on the "Create a package for IOS" page on kivy.org. I had to install homebrew and toolchain and they seem to be working properly. However, when I try to build kivy with toolchain it gives me this error:. - Source: Reddit / almost 2 years ago
Do you know an article comparing Kivy to other products?
Suggest a link to a post with product alternatives.