GUI-based tool that allows a user to add any text file and results in some statistics related to the text written in the file.
- To install requirements:
pip install -r requirements.txt
- To run the program:
python main.py
GUI-based tool that allows a user to add any text file and results in some statistics related to the text written in the file.
Python