Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 674 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 674 Bytes

Most common words

Project purpose:

Create an app to find out the 10 most common words used in a copied text.

How to run the app:

  • 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:https://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
Screenshot 2023-08-23 at 12 14 47