Skip to content

Instantly share code, notes, and snippets.

@ykmm
ykmm / wraplabel.py
Last active November 2, 2019 12:03
Kivy wrap label
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from kivy.uix.label import Label
from kivy.graphics import Color
from kivy.graphics import Rectangle
from kivy.metrics import sp
from kivy.logger import Logger
from kivy.properties import ListProperty, BooleanProperty