def do_action2(self, *args):
if self.user_input2=='': # user enter no value
popup = Popup(title="Profile Name Can't Be empty!",content=Label(text="Profile Name Format ie Hussam Khrais"),size_hint=(0.7,0.3))
popup.open()
return
threading.Thread(target=self.progbar).start()
return
10.finalApp_Hacking_UI_and_shell_root_access.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录