Code: Select all
tk.Label(frame, text="Select a file to encrypt: ", fg="black").pack()
Code: Select all
frame = tk.Frame(root, width=600, height=400, background="seashell3").pack(padx=10, pady=10)
Code: Select all
tk.Label(frame, text="Select a file to encrypt: ", fg="black").pack()
Code: Select all
frame = tk.Frame(root, width=600, height=400, background="seashell3").pack(padx=10, pady=10)