Example #1
0
 def register():
     print("Please Type your Username, Password and country_ISO")
     usernameIn = entry_1.get()
     passwordIn = entry_2.get()
     countryISOIn = entry_3.get()
     registerSQL(usernameIn, passwordIn, countryISOIn)
     root.destroy()
     loginScreen1.main()
Example #2
0
 def loginScreen1Frame():
     root.destroy()
     loginScreen1.main()