An open API service indexing awesome lists of open source software.

https://github.com/codedge/fleshreadingease

A python script for checking the readability of a text, file or URL.
https://github.com/codedge/fleshreadingease

Last synced: 6 months ago
JSON representation

A python script for checking the readability of a text, file or URL.

Awesome Lists containing this project

README

          

# Flesh Reading Ease
A python Command line script for checking the readability of a text provided by a local file or an URL.
It utilizes the [Flesh Reading Ease](https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests#Flesch_Reading_Ease) algorithm.

## Requirements
* Python 3.x
* [Beautiful Soup 4.x](http://www.crummy.com/software/BeautifulSoup/)

## Installation
Just do a `git clone https://github.com/{user}/{repo}` and you have it.

## Usage

`python3 `
* language: `en` or `de`
* source: URL or a `path/to/file`

Example for a local test file (included in repository):
```bash
cd ./lib
python3 fre.py en ../example.txt
```

## Contact
* Twitter: [cod2edge](https://twitter.com/cod2edge)