Skip to content

Commit a06431f

Browse files
committed
INCREASED SIZE OF WINDOW
1 parent 7b7d698 commit a06431f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

caesar_cipher.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
import tkinter as tk
2-
<<<<<<< HEAD
3-
4-
=======
5-
>>>>>>> 330fed9e844a2c124ff1352f1fcbdc1207110cad
62
from tkinter import messagebox
73

84
# Encryption/Decryption Function (same for both)
@@ -56,11 +52,7 @@ def decrypt_text():
5652
# Create the main window
5753
window = tk.Tk()
5854
window.title("Caesar Cipher")
59-
<<<<<<< HEAD
6055
window.geometry("800x500")
61-
=======
62-
window.geometry("400x300")
63-
>>>>>>> 330fed9e844a2c124ff1352f1fcbdc1207110cad
6456

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

0 commit comments

Comments
 (0)