How to create a button using python?
Answers
Answered by
0
Answer:
from kivy.uix.widget import Widget #in main file
<MainWidget>:# in kivy file
Button:
text:'Hello'
Explanation:
Similar questions