Skip to content

Latest commit

 

History

History

anagram-checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Anagram Checker

This project is a Python application that checks whether two words or phrases are anagrams.

Features

  • Removes non-alphabetic characters (spaces, punctuation, etc.).
  • Computes the frequency of each letter.
  • Determines if two words are anagrams of each other.

Usage

  1. Clone or download the repository.
  2. Ensure Python 3.x is installed.
  3. Run the anagram_checker.py file.
  4. Enter two words or phrases.
python anagram_checker.py