Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 372 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 372 Bytes

word_counter

A python project to identify all the words from a book, which is read as an input file and generate two seperate files, both with word and and it's frequency. Entries in first output file is sorted based on words (in alphabatical order). And entries in the second output file is sorted baed on frequency, if there is a conflict, preference is alphabatical.