gottadiveintopython / KivyMD-Icon

When you want to use the icon font from KivyMD, but not the entire project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KivyMD Icon

For those who wants to use the icon font from KivyMD, but not wants to use the entire project.

LICENSE

Follow to KivyMD.

Installation

pip install git+https://github.com/gottadiveintopython/KivyMD-Icon.git#egg=kivymd

Usage

Same as KivyMD thus you don't need to modify code when you switch to KivyMD.

#:import md_icons kivymd.icon_definitions.md_icons

Label:
    text: md_icons['clock']
    font_name: 'Icons'

About

When you want to use the icon font from KivyMD, but not the entire project.


Languages

Language:Python 100.0%