This is a Python program that checks whether a given word or phrase is a palindrome or not. It provides a graphical user interface (GUI) using the Tkinter library.
- Tkinter library
- Install the Tkinter library if it is not already installed by using
pip install tkinter
-
Open a terminal or command prompt and navigate to the directory where the file is saved.
-
Run the code.The GUI window will appear.
-
Enter a word or phrase in the input field.
-
Click the "Check" button to check if it is a palindrome or not.
-
The program will display the result in the output label below the button.