We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bd54b2 + 330fed9 commit 7b7d698Copy full SHA for 7b7d698
caesar_cipher.py
@@ -1,5 +1,8 @@
1
import tkinter as tk
2
+<<<<<<< HEAD
3
4
+=======
5
+>>>>>>> 330fed9e844a2c124ff1352f1fcbdc1207110cad
6
from tkinter import messagebox
7
8
# Encryption/Decryption Function (same for both)
@@ -53,7 +56,11 @@ def decrypt_text():
53
56
# Create the main window
54
57
window = tk.Tk()
55
58
window.title("Caesar Cipher")
59
60
window.geometry("800x500")
61
62
+window.geometry("400x300")
63
64
65
# Label for instructions
66
label_instruction = tk.Label(window, text="Enter the text and shift value for encryption/decryption:")
0 commit comments