Skip to content

Instantly share code, notes, and snippets.

View Ghilas-source's full-sized avatar

Ghilas-source

View GitHub Profile
@tshirtman
tshirtman / autofit_ti.py
Created January 10, 2021 01:20
kivy text input with automatic font size for biggest text that fits
'''
'''
from kivy.app import App
from kivy.lang import Builder
from kivy.core.text import Text
from kivy.clock import mainthread
KV = '''
TextInput: