What to do to select a folder using filechooser in kivy

前端 未结 0 937
萌比男神i
萌比男神i 2020-12-14 09:55

this is my python code:

class Filechooser(Screen):
    def select(self, *args): 
        try: self.label.text = args[1][0] 
        except: pass
    def load(         


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