适用于任务栏(Win)和菜单栏(mac)功能的跨平台Python GUI? [英] Cross-platform Python GUI suitable for taskbar (Win) and menubar (mac) functionality?

查看:226
本文介绍了适用于任务栏(Win)和菜单栏(mac)功能的跨平台Python GUI?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对Python编程还不是很陌生,对于跨平台的GUI构建则是全新的(只有以前的GUI经验是通过Visual Basic和Java实现的). 我已经编写了一些python代码来对网站上的数据进行屏幕抓取,现在我想构建一个GUI ,该GUI将驻留在Mac OS X菜单栏和Window的任务栏(即系统托盘)中. /em>.

I am fairly new to Python programming, and completely new to cross-platform GUI building (only previous GUI experience is through visual basic and Java). I've written some python code to screen-scrape data from a website, and now I want to build a GUI that will reside in the Mac OS X menubar, and in Window's task bar (i.e., the system tray).

对我而言,跨平台Python GUI上最有用的常规页面是这一个(尽管其名称表示Window GUI).还有一些stackoverflow问题也很有用(尤其是

The most useful general page on cross-plaform Python GUIs for me was this one (despite its name indication Window GUIs). And some stackoverflow questions came in useful as well (especially this one, and the accepted answer of this one about splitting up the GUI and cli code). I think I will go for either wxPython or QT because I want the GUI to look as native as possible.

但是,正如我所说的,相当简单的GUI主要位于任务栏/菜单栏中. 这会影响我的决定吗?

However, as I've said the fairly simple GUI will mainly live in the taskbar/menubar. Should this influence my decision?

推荐答案

请参阅此 查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆