This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-03/src/main.kv

17 lines
335 B
Plaintext

<LoginScreen>:
BoxLayout:
AnchorLayout:
TextInput:
id: user_input
BoxLayout:
Button:
id: sendmessage
text: 'SendMessage'
on_press: root.send()
Button:
id: btnExit
text: "Exit"
on_press: root.sayexit()