Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 649 Bytes

anagram-detector

Detects if 2 words are anagrams of each other.

1. Install simple_chalk

pip install simple_chalk

2. Run the file

python anagram_detector.py

3. Enter your first word

image

4. Enter your second word

image

5. The program will now tell you if your words are anagrams of each other

image