V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Matrix24
V2EX  ›  Python

Tkinter 做出来的程序界面好丑,有没有什么办法改进?

  •  
  •   Matrix24 · 2014-02-25 15:13:55 +08:00 · 11045 次点击
    这是一个创建于 3705 天前的主题,其中的信息可能已经有所发展或是发生改变。
    如题,使用Python编写的。
    11 条回复    1970-01-01 08:00:00 +08:00
    cbsw
        1
    cbsw  
       2014-02-25 17:15:52 +08:00
    换图形库,pyqt,pygtk,wxpython等
    for4
        2
    for4  
       2014-02-25 17:36:52 +08:00
    gtk也好不到哪去
    wxpython还不错
    loading
        3
    loading  
       2014-02-25 17:37:30 +08:00 via iPhone   ❤️ 1
    PySide适合商用。
    可参考我前面的问与答
    /t/101428
    fasling
        4
    fasling  
       2014-02-25 17:39:23 +08:00
    如果是写着玩玩的话,node-webkit如何?https://github.com/rogerwang/node-webkit
    vzex
        5
    vzex  
       2014-02-25 17:46:29 +08:00
    tk做做小工具还可以,想加个皮肤,搞个复杂的控件都很折腾
    GeekGao
        6
    GeekGao  
       2014-02-25 18:20:29 +08:00
    osx下tk就没啥问题了吧?
    fl3x
        7
    fl3x  
       2014-02-25 19:23:03 +08:00
    我也好奇就搜了下,Python自带的ttk不错
    nine
        8
    nine  
       2014-02-25 19:40:48 +08:00
    不要用python了
    换 aauto吧 ,可以用html布局 , (如果只做windows的话)
    fdsfsdfsdf3334
        9
    fdsfsdfsdf3334  
       2014-02-26 08:21:34 +08:00
    @nine aauto是和python不一样的语言吗,如果在学习aauto 是不是会增加新语言的学习成本,请问 我可以用aauto写界面 用python写核心代码么 谢谢
    tioover
        10
    tioover  
       2014-02-26 11:08:20 +08:00 via Android
    @nine Qt 还不是
    @fdsfsdfsdf3334
    nine
        11
    nine  
       2014-02-26 11:46:18 +08:00
    @fdsfsdfsdf3334 @tioover
    aauto 是一个开发环境,语言是基于 lua 封装的 LaScript
    底层调用windows api 所以编译出来的文件很小(主要是La解释器的大小),而且发展了十来年,各种解决方案丰富
    界面的东西拖拽一下就出来了,还可以用html布局,以及htmlLayout布局
    http://aau.cn

    python我是受不了了,pyQt5随便打一个hello world包 都几十m,崩溃

    关于成本,我觉得没啥,反正我php python js ruby golang 什么的都玩过
    这东西上手很快,我做第一个东西用了8天,其中包含评估PyQt Delphi的时间,中间还有2天在做某个服务器调优。

    看一下别人做的桌面宠物
    http://bbs.aau.cn/forum.php?mod=viewthread&tid=8485
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3071 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 14:41 · PVG 22:41 · LAX 07:41 · JFK 10:41
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.