Skip to content

Files

Latest commit

 

History

History

AnagramFinder(GUI)

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
Anagram Finder GUI

Anagram Finder GUI is a simple graphical user interface (GUI) application built using Python's Tkinter library. It allows users to input a string and find all the anagrams of the words within the string.

Install required dependencies (assuming you have Python installed):
pip install tkinter