Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 903 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 903 Bytes

Word-Xtractor | Python Powered

6 detailed text documents provide the source material for this app to locate 10 of the most commonly used words. The word limit is flexible and can be adjusted by updating the main python code file.

The user can select a text file (1 - 6) to then initiate a summary table of analysis.

Summary of data analysis:

  • Most Common Words
  • Frequency
  • % of total document

In addition, the user can continue to search another text file or close the application in python shell.

Local Deployment

Via GitHub

- Manually download the application locally to your machine and then upload to your preferred IDE

Via the CLI

- Clone my repo via Git using the following repo address `https://github.com/Spagettileg/word-xtractor`
- Enter `python3 word.py` to start the app.