iovana-zz / Text-Statistics

Simple library to compute text statistics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-Statistics

Simple library to compute text statistics.

In order to run it open terminal on Linux using: python TextReader.py <filename> Alternatively run it using powershell on Windows using: python .\TextReader.py <filename>

The file computes the following statistics:

  • word count
  • line count
  • average number of letters per word
  • most common letter

About

Simple library to compute text statistics.


Languages

Language:Python 100.0%