The Word Frequency Counter is a Python program that counts the most frequently appearing words in a given string and returns the word with the highest length as the output. It provides a graphical user interface (GUI) window created using Tkinter for a user-friendly experience.
- Count the most frequently appearing words in a given string
- Return the word with the highest length as the output
- Simple and intuitive GUI interface using Tkinter
- Python 3.x
- Tkinter (included with Python)
- Clone the repository:
git clone https://github.com/skprasad117/Word-Frequency-Analyzer-Using-Python.git- Navigate to the project directory:
cd Word-Frequency-Analyzer-Using-Python- Launch the application by running python main.py.
- Enter or paste the string into the provided input area in the GUI window.
- Click the "Submit" button.
- The program will display the word with the highest length as the result.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.