Skip to content

Files

Latest commit

 

History

History

Palindrome Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Palindrome Checker

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.

Requirements

  • Tkinter library

How to Run

  1. Install the Tkinter library if it is not already installed by using
  pip install tkinter
  1. Open a terminal or command prompt and navigate to the directory where the file is saved.

  2. Run the code.The GUI window will appear.

  3. Enter a word or phrase in the input field.

  4. Click the "Check" button to check if it is a palindrome or not.

  5. The program will display the result in the output label below the button.

Output

Output

Author

Abhishek-Rajput-81