Skip to content

Commit 14662d6

Browse files
committed
Updated code
1 parent 1f8e1fe commit 14662d6

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

GUIScripts/Text to Captcha Image/text_to_captcha_image.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -68,32 +68,6 @@ def clear_fun():
6868
clearb = Button(window, text="CLEAR",command=clear_fun,font=("Arial", 25), bg = "orange", fg = "blue", borderwidth=3, relief="raised")
6969
clearb.place(x =450 , y =580 )
7070

71-
# # save button created
72-
# saveb = Button(window, text="Save",command=save_img,font=("Arial", 20), bg = "orange", fg = "blue", borderwidth=3, relief="raised")
73-
# saveb.place(x =170 , y =20 )
74-
#
75-
# # label for width
76-
# width_lbl = tk.Label(text = "WIDTH : ", font=("Arial", 30), fg="brown") # same way bg
77-
# width_lbl.place(x = 150, y = 600)
78-
#
79-
# # label for height
80-
# height_lbl = tk.Label(text = "HEIGHT : ", font=("Arial", 30), fg="brown") # same way bg
81-
# height_lbl.place(x = 150, y = 680)
82-
#
83-
# # Entry Box
84-
# width_entry = Entry(window, font=("Arial", 25), fg='brown', bg="light yellow", borderwidth=3, width=9)
85-
# width_entry.place(x=350, y=600)
86-
# height_entry = Entry(window, font=("Arial", 25), fg='brown', bg="light yellow", borderwidth=3, width=9)
87-
# height_entry.place(x=350, y=680)
88-
#
89-
# # skecth button created
90-
# resizeb = Button(window, text="RESIZE",command=resize_img,font=("Arial", 20), bg = "light green", fg = "blue", borderwidth=3, relief="raised")
91-
# resizeb.place(x =870 , y =650 )
92-
#
93-
# # reset button created
94-
# resetb = Button(window, text="RESET",command=reset,font=("Arial", 20), bg = "yellow", fg = "blue", borderwidth=3, relief="raised")
95-
# resetb.place(x =1080 , y =650)
96-
9771
# function created for exiting
9872
def exit_win():
9973
if mbox.askokcancel("Exit", "Do you want to exit?"):

0 commit comments

Comments
 (0)