From b58909751080576d4bc6613ec2b9a0a9fdb2d6c2 Mon Sep 17 00:00:00 2001 From: Ayush Yadav Date: Tue, 31 Oct 2017 22:52:52 +0530 Subject: [PATCH 1/3] qwerty --- BankSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankSystem.py b/BankSystem.py index adbc563..e71b3d8 100644 --- a/BankSystem.py +++ b/BankSystem.py @@ -12,7 +12,7 @@ def BankSystem(self): print("1] Create an account in our bank\n") print("2] Credit amount in your acount\n") print("3] Debit amount from your account\n") - print("4] Check Balance\n") + print("4] Check Balance:\n") print("5] Transaction Summary") choice=int(input("Enter your choice:")) From e7742c2e3e4531b914944fbe8bf634efd223a29a Mon Sep 17 00:00:00 2001 From: Ayush Yadav Date: Tue, 31 Oct 2017 22:55:33 +0530 Subject: [PATCH 2/3] qwerty1 --- GUI-BankSystem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI-BankSystem.py b/GUI-BankSystem.py index 5a42512..64c7799 100644 --- a/GUI-BankSystem.py +++ b/GUI-BankSystem.py @@ -26,7 +26,7 @@ def home_return(master): def write(master,name,oc,pin): if( (is_number(name)) or (is_number(oc)==0) or (is_number(pin)==0)or name==""): - messagebox.showinfo("Error","Invalid Credentials\nPlease try again.") + messagebox.showinfo("Error","Invalid Credentials!\nPlease try again!") master.destroy() return @@ -336,4 +336,4 @@ def Main_Menu(): rootwn.mainloop() -Main_Menu() \ No newline at end of file +Main_Menu() From 834acc1d8ee3250d0d474dbf7e2488e26fcdb939 Mon Sep 17 00:00:00 2001 From: Ayush Yadav Date: Tue, 31 Oct 2017 23:03:33 +0530 Subject: [PATCH 3/3] qwerty --- GUI-BankSystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI-BankSystem.py b/GUI-BankSystem.py index 64c7799..d38433d 100644 --- a/GUI-BankSystem.py +++ b/GUI-BankSystem.py @@ -26,7 +26,7 @@ def home_return(master): def write(master,name,oc,pin): if( (is_number(name)) or (is_number(oc)==0) or (is_number(pin)==0)or name==""): - messagebox.showinfo("Error","Invalid Credentials!\nPlease try again!") + messagebox.showinfo("Error!","Invalid Credentials!\nPlease try again!") master.destroy() return