What's the best python GUI package for "modern" looking applications and the best way to learn?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Tkinter-Designer

    An easy and fast way to create a Python GUI 🐍

  • I keep meaning to give https://github.com/ParthJadhav/Tkinter-Designer a try.

  • Gooey

    Turn (almost) any Python command line program into a full GUI application with one line

  • For very simple desktop apps, try gooey which lets you define GUI applications pretty much how you might define a CLI app, i.e. using argparse (and can do so automatically for existing CLIs built on argparse)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kivy-cupertino

    iOS-style widgets for Kivy

  • There's also work on osx/ios themed widgets https://github.com/cmdvmd/kivy-cupertino. Still in the beta phase and could use a lot of work but there could be some promise there.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Typer: Python library for building CLI applications

    1 project | news.ycombinator.com | 25 Apr 2024
  • Copilot for your GitHub stars

    2 projects | dev.to | 20 Nov 2023
  • Things I've learned about building CLI tools in Python

    16 projects | news.ycombinator.com | 24 Oct 2023
  • Where to start for managing a Python code base for public distribution

    1 project | /r/learnpython | 30 May 2023
  • Help on Docstrings

    1 project | /r/learnpython | 29 May 2023