From d10bfbf1dbf9e6e6fc5fcd552ab28399e67bac61 Mon Sep 17 00:00:00 2001 From: LOKESH <32417590+LA1997@users.noreply.github.com> Date: Sat, 19 Oct 2019 19:36:53 +0530 Subject: [PATCH] Update pbookgui.py --- pbookgui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pbookgui.py b/pbookgui.py index 75ef10c..184762e 100644 --- a/pbookgui.py +++ b/pbookgui.py @@ -13,13 +13,13 @@ def read(): ps=ps[0:lc] if u==un and p==ps: loginwin=Tk() - loginwin.title('loginwindow') + loginwin.title('Login Window') l8=Label(loginwin,text=('welcome {}'.format(e1.get()))) l8.place(x=5,y=10) break else: loginwin=Tk() - loginwin.title('loginwindow') + loginwin.title('Login Window') l9=Label(loginwin,text=('login failed')) l9.place(x=5,y=10) @@ -72,7 +72,7 @@ def signup(): l6.place(x=2,y=230) e4=Entry(win,show='*') e4.place(x=90,y=230) -l7=Label(win,text='Re-password') +l7=Label(win,text='Reenter-password') l7.place(x=2,y=270) e5=Entry(win,show='*') e5.place(x=90,y=270)