What should I use to create a beautiful GUI with animations?

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • Chart.js

    Simple HTML5 Charts using the <canvas> tag

  • I think there aren’t any good plotting libraries in Python which can export charts to web so JavaScript is the way to go here. Chart.js is very simple and easy to use plotting library for JavaScript which makes some really beautiful charts. A Python library pyChart.JS (outdated) allows you to export JavaScript code from Python for Chart.js to easily export your data from backend. However solely relying on JavaScript is also pretty easy with Chart.js if you’re not looking to create overly complex charts. Otherwise the next best choice is D3.

  • kivy

    Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • Graphs in Python web app

    5 projects | /r/Python | 28 Mar 2023
  • What practice programs or knowledge should I learn to do "real" projects in Haskell

    4 projects | /r/haskell | 4 Nov 2022
  • Is Processing Python just broken at the moment?

    2 projects | /r/processing | 3 Mar 2022
  • Ask HN: What do you use for programmatic drawing?

    2 projects | news.ycombinator.com | 11 Nov 2021
  • How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated.

    2 projects | /r/webdev | 2 Sep 2021