Amazing-Python-Scripts/AnagramFinder(GUI) at main · same07/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

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