I am using Kivy and MySQL for a login page and want to switch window by the variable “condition” in the .py file by using it in the kv file

前端 未结 0 1726
礼貌的吻别
礼貌的吻别 2021-02-06 15:38

so I am working on Kivy and MySQL for a Login page

class MainWindow(Screen):

    passs = ObjectProperty(None)
    emailll = ObjectProperty(None)

    def btn(sel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题