making a button in kivy with text popup input that runs another python file

前端 未结 0 469
终归单人心
终归单人心 2020-12-09 04:18

I am very new to python and kivy. I have a separate python file (fakecode.py) that works and has:

def main(run: str = None) -> None:
    if run is None:
           


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