2brownc / word-count

This program not only counts words from a string, this program counts words from a pdf file and provides statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Count: Easy way to count words from text files

This program allows the user to count the word frequency of a text file

How to run the program

First install the dependencies with

  pip install -r requirements.txt

Now you can run the program with

  python MainFrame.py

How to collaborate

This is full open source, so you can fork this repository and merge your change. you can also view the problem section and request an assignment to start working on it.

How to contribute

Please install pre-commit first:

$ pre-commit install

This will install all the necessary hooks to make sure your code follows your pre-commit configuration. When you commit your code, it will pass through a pass of black and isort to make sure your code is standardized.

About

This program not only counts words from a string, this program counts words from a pdf file and provides statistics

License:Apache License 2.0


Languages

Language:Python 100.0%