Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shift from Console-Based to GUI-Based Application #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

emrenos
Copy link
Owner

@emrenos emrenos commented Jul 23, 2024

The updated code uses the tkinter library to create a graphical user interface (GUI) for the Caesar Cipher application. The original console-based interaction, with input prompts and print statements, is replaced by GUI components like tk.Entry, tk.Label, and tk.Button.

@emrenos emrenos closed this Jul 23, 2024
@emrenos emrenos reopened this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant