Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被要求为一个朋友构建一个 gui。我们将寻求完全定制的外观。所有按钮、状态、小部件等都将由艺术家绘制。我预见需要的唯一本机小部件是列表框(因为我不完全确定如何从头开始构建一个)。
其他要求是 mp3 播放支持。
python.org 上的可用框架列表非常令人生畏!任何人都可以提出一个好的起点吗?
我为这个问题的开放性道歉!
我的建议是用pygame构建它。
这将在所有平台上为您提供像素相同的 GUI - 如果您有艺术家为您制作一切,这是理想的选择。
您必须实现自己的列表框,但 pygame 播放 mp3 就很好。