-
- 403 views
- 5 answers
- 0 votes
-
I made a kivy application where everything is done within this class : class MyGame(Widget): Consequently, my kv file look …
- 374 views
- 0 answers
- 0 votes
-
I’ve written a small script where the user inputs a product number, that is then used to look up an …
- 419 views
- 1 answers
- 0 votes
-
So I’m making an Android app with Kivy, KivyMD, and Python code that translates text from any language to any …
- 371 views
- 0 answers
- 0 votes
-
I made a kivy application where everything is done within this class : class MyGame(Widget): Consequently, my kv file look …
- 340 views
- 1 answers
- 0 votes
-
- 427 views
- 1 answers
- 0 votes
-
class MainWindow(Screen): def __init__(self, **kwargs): super(MainWindow, self).__init__(**kwargs) gang = ObjectProperty(None) gang.text = ‘Button’ class SecondWindow(Screen): def __init__(self, **kwargs): super(SecondWindow, self).__init__(**kwargs) …
- 376 views
- 1 answers
- 0 votes
-
I am trying to get a line appear on a condition in my kivy (.kv) file but when I used …
- 363 views
- 0 answers
- 0 votes
-
PROBLEM I have a loop that in every passage displays a popup. I will call it the popup_A. In the …
- 388 views
- 1 answers
- 0 votes