项目作者: Spagettileg

项目描述 :
Backend app designed to extract words from multiple txt files. Built in Python.
高级语言: Python
项目地址: git://github.com/Spagettileg/word-xtractor.git
创建时间: 2020-12-13T21:37:36Z
项目社区:https://github.com/Spagettileg/word-xtractor

开源协议:

下载


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

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

Via the CLI

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