wordcount_file

Counts the words in an ASCII file.


Keywords
word, count, text, file
License
MIT
Install
pip install wordcount_file==0.2

Documentation

wordcount_file

This project came out of an exercise to the number of words in a text file and display the top results.

Installation

Run this to install

pip install wordcount_file

Usage

Create a WordCount object:

>> import wordcount_file
>> wc = wordcount_file.WordCount('file_to_count.txt')