A Tkinter-based application for text processing and word count analysis. This tool allows users to upload text files or manually input text, and process it either sequentially or in parallel to count word occurrences efficiently.
- Text Input: Upload a text file or manually enter text.
- Processing Modes: Choose between sequential and parallel processing.
- Word Count Analysis: Count the occurrences of each word in the text.
- Results Display: View the word count summary and processing time.
- Save Results: Save the word count results to a text file.
- Python 3.x
- Tkinter (usually included with Python installations)
- Ensure you have Python 3.x installed. You can download it from python.org.
- Install the required libraries using pip:
pip install tkinter
- Clone the repository:
git clone https://github.com/Syed-M-Nofel/Text-Processing-Tool.git
- Navigate to the project directory:
cd Text-Processing-Tool
- Run the application:
python main.py
- Upload Text File: Click the "Upload Text File" button to load a text file.
- Enter Text: Alternatively, manually enter text in the provided text area.
- Select Processing Mode: Choose between "Sequential" and "Parallel" processing.
- Process Text: Click the "Process Text" button to start the analysis.
- View Results: The word count summary and processing time will be displayed.
- Save Results: Click the "Save Results" button to save the word count summary to a text file.
This project is licensed under the MIT License.