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.