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.
这篇关于基维外观和感觉的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:基维外观和感觉


基础教程推荐
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- 筛选NumPy数组 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01