Posts by Marcelo Livramento • 11 points
1 post
-
1
votes0
answers549
viewsQ: Change screen by python file in kivy
I need to change the screen inside the file .py, I can’t do it for .Kv because I have to use the ButtonBehavior and it does not work in .Kv. from kivy.app import App from kivy.uix.boxlayout import…