Python可视化开发工具,类似VB、Delphi
收集类似VB、Delphi的 Python可视化开发工具,如下:
1、(国产)pythonstudio : 下载地址 https://www.glsite.com/?Studio/37.html ,最新教学视频教程更新在b站:https://space.bilibili.com/690222995/channel/series
基于 delphi VCL 的python 包 进行扩展而来。参考官方:Python GUI
源代码Github:https://github.com/Embarcadero/DelphiVCL4Python
Python GUI 下载地址:https://www.embarcadero.com/free-tools/pyscripter/free-download
https://www.embarcadero.com/new-tools/python
2、Pyside /PyQt :设计界面与编写代码的工具是分开的,不完全的开发工具。网上第3方专门教程:https://www.pythonguis.com/
官方Pyside文档: https://doc.qt.io/qtforpython-6/index.html ,QT官网: https://www.qt.io/qt-for-python
PyQt 相关:由 https://riverbankcomputing.com 公司开发,( https://pythonpyqt.com/ )
产品介绍:https://www.riverbankcomputing.com/software/pyqt/
使用文档: https://www.riverbankcomputing.com/static/Docs/PyQt6/
3 、wxFormBuilder:用于 wxPython 的可视化 GUI 设计工具。你能够在界面上直接拖放组件,然后生成对应的 Python 代码。它支持 wxPython 中的各种控件和布局管理器。
github 地址:A wxWidgets GUI Builder https://github.com/wxFormBuilder/wxFormBuilder
4、PAGE (Python Automatic GUI Generator) :PAGE - A Python GUI Generator
官方:https://page.sourceforge.net/
4-1 Pygubu: 快速构建Tkinter界面: 项目地址: https://github.com/alejandroautalan/pygubu-designer
4-2 Kivy Designer : 地址: https://github.com/kivy/kivy-designer
5、Taipy — Build Python Data & BI web applications 官网:https://taipy.io/ 真的可视化设计。
Github 地址:Avaiga/taipy: Turns Data and AI algorithms into production-ready web applications in no time.
国内介绍视频:https://www.bilibili.com/video/
6、pygwalker :https://kanaries.net/pygwalker 将 pandas dataframe 转为 交互式 UI 用于可视化分析。一行代码将数据集转化为交互式可视化分析工具
Github 地址: https://github.com/Kanaries/pygwalker ,有中文介绍。
PyGWalker是个在Jupyter Notebook环境中运行的可视化探索式分析工具,仅一条命令即可生成一个可交互的图形界面,以类似Tableau/PowerBI的方式,通过拖拽字段进行数据分析。
过去在python中进行数据可视化分析时,经常需要查询大量的可视化类的代码,并编写胶水代码将其应用在数据集上。PyGWalker的目标是通过一行代码,将数据集转化为一个可视化分析工具,只需拖拉拽即可生成图表,从而减少数据分析师在数据可视化上的时间成本。为什么叫PyGWalker?PyGWalker,全称为"Python binding of Graphic Walker",将Jupyter Notebook(或类Jupyter Notebook)和Graphic Walker集成。Graphic Walker是一个轻量级的Tableau/Power BI开源替代品,可以帮助数据分析师使用简单的拖拉拽操作,进行数据可视化和探索。如果你喜欢使用R语言,你可以在R中使用GWalkR。
5、