Answer the question
In order to leave comments, you need to log in
What if the App method doesn't want to be imported from Kivy (PyCharm)?
Here is my code:
from kivy.app import App
from kivy.uix.button import Button
class TestApp(App):
def build(self):
return Button(text='Hello World')
TestApp().run()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question