Skip to content

esoupy/wordcount_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

Word count file exercise. Provides a dictionary of words and counts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages