Create an app to find out the 10 most common words used in a copied text.
- Clone this git Repo
- Python 3.8 or newer version required: Verify Python version installed with command: python --version
- Run commonapp.py file
- Open localhost (http://127.0.0.1:5000) in browser
- Copy in the textbox area a text
- Click on the "FIND" button to show the 10 most common words used in the text
- Click on the "RESET" button to clear the text area