enaml GUI框架安装命令

enaml简介

enaml,Python第三方库GUI框架,数十个基于QT构建的小部件,准备开箱即用,可快速创建专业质量的用户界面。

enaml应用实例

from enaml.widgets.api import Window, Container, Label

enamldef Main(Window):
    attr message = "Hello, world!"
    Container:
        Label:
            text = message

enaml Github统计数据

Enaml is licensed under the terms of the Modified BSD License

Github 1.5k stars

enaml安装命令

pip install enaml 或 conda install enaml -c conda-forge

Python版本要求

enaml 0.17.0 Requires: Python !=3.11.0, !=3.11.1, >=3.8

免责声明:内容编辑自网络,仅供参考,不保证正确性,不作任何决策依据!!以上数据皆截止于博文的写稿日期。


行业导航 / Python指南 :
























Copyright © 2022-2024 笨鸟工具 x1y1z1.com All Rights Reserved.