Skip to content

Commit 7b7d698

Browse files
author
techy4shri
committed
merging unrelated histories
2 parents 2bd54b2 + 330fed9 commit 7b7d698

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

caesar_cipher.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import tkinter as tk
2+
<<<<<<< HEAD
23

4+
=======
5+
>>>>>>> 330fed9e844a2c124ff1352f1fcbdc1207110cad
36
from tkinter import messagebox
47

58
# Encryption/Decryption Function (same for both)
@@ -53,7 +56,11 @@ def decrypt_text():
5356
# Create the main window
5457
window = tk.Tk()
5558
window.title("Caesar Cipher")
59+
<<<<<<< HEAD
5660
window.geometry("800x500")
61+
=======
62+
window.geometry("400x300")
63+
>>>>>>> 330fed9e844a2c124ff1352f1fcbdc1207110cad
5764

5865
# Label for instructions
5966
label_instruction = tk.Label(window, text="Enter the text and shift value for encryption/decryption:")

0 commit comments

Comments
 (0)