Kivy Look and Feel(基维外观和感觉)
问题描述
我正在尝试构建一个外观和感觉清晰明快的 Kivy 应用程序,但默认的 Kivy UI 与我的想法不完全一致?有什么方法可以创建自定义主题来赋予您的 Kivy 应用风格?
这里的这个应用叫做 Pithon,它是用 Kivy 制作的.我到处搜索,但找不到任何关于开发人员如何管理如此干净外观的信息.有人有什么想法吗?
一位名叫 Andrés Rodríguez 的 kivy 开发人员发布了一组基于 google 材料设计原则的小部件.我目前正在自己使用它们,它们肯定使我免于大量工作.您可以在这里找到
单击突出显示的链接,您将找到有关这三个项目的更多信息.
<小时><块引用>Andrés Rodríguez 的 original KivyMD 项目不再维护,但 KivyMD 的分支由 HeaTTheatR.
I am trying to build a Kivy application with a sharp, crisp look and feel but the default Kivy UI is not exactly what I had in mind? Is there any way to create a custom theme to give your Kivy app style?
This app here is called Pithon and it was made from Kivy. I have searched everywhere but I can not find anything on how the developer managed such a clean look. Does anyone have any ideas?
A kivy developer called Andrés Rodríguez released a set of widgets based on google's material design principles. I am currently using them myself and they have surely saved me from alot of work. You can find KivyMD here (see bottom of this answer for more info). Their are some themes also based on the same principles but am yet to try them out one is FlatKivy and another is kivy material ui by Federico Curzel.
Some screenshots for kivyMD,flatkivy and kivy material ui respectively are here.
Click the highlighted links you will find a lot more info about the three projects.
The original KivyMD project by Andrés Rodríguez is no longer maintained but there is active fork of KivyMD by HeaTTheatR.
这篇关于基维外观和感觉的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:基维外观和感觉


基础教程推荐
- 对多索引数据帧的列进行排序 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- matplotlib 设置 yaxis 标签大小 2022-01-01
- 在 Python 中将货币解析为数字 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01