diff --git a/app.py b/app.py index ca045a7..6e5f6d2 100644 --- a/app.py +++ b/app.py @@ -33,7 +33,7 @@ def passGen(master): l.image=xy l.place(x=0,y=0,relwidth=1,relheight=1) l_title=tk.Message(wn,text="Password Generator",relief="raised",width=2000,padx=520,pady=10,fg="white",bg="black",justify="center",anchor="center") - l_title.config(font=("Courier",24)) + l_title.config(font=("Cour ier",24)) l_title.pack(side="top") l_foot=tk.Message(wn,text="J U I T",relief="raised",width=2000,padx=520,pady=10,fg="white",bg="black",justify="center",anchor="center") l_foot.config(font=("Courier",24))