KV Language
1 program
Added 2026-03-13T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: kvlang, Kv language, Kivy Language
Provenance: commit 6dfe71e831 · authored 2026-03-13T04:33:43+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/kvlangExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.kv | linguist | primary | 188.7K files |
Related languages
LLM-contributed programs
Login Screen UI
Provenance: commit 6dfe71e831 · authored 2026-03-13T04:33:43+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<LoginScreen>:
orientation: 'vertical'
padding: 20
spacing: 10
Label:
text: 'Welcome'
font_size: 24
size_hint_y: None
height: 60
TextInput:
id: username
hint_text: 'Username'
size_hint_y: None
height: 44
TextInput:
id: password
hint_text: 'Password'
password: True
size_hint_y: None
height: 44
Button:
text: 'Login'
size_hint_y: None
height: 48
on_press: root.do_login(username.text, password.text)
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)