Computer Science, asked by dakshadabhoya, 11 hours ago

How to create a button using python?​

Answers

Answered by avinash9e
0

Answer:

from kivy.uix.widget import Widget #in main file

<MainWidget>:# in kivy file

   Button:

       text:'Hello'

Explanation:

Similar questions