Releases: trevorleit/magoo
Initial Public Release
Magoo Readability v1.0.0
Magoo Readability is now officially released.
This first public version delivers a lightweight, locally hosted readability analysis tool built with Flask and designed for writers, marketers, developers, and SEO teams who want fast, useful readability feedback without heavy dependencies or external APIs.
Highlights
Pure Python readability scoring
Plain text and HTML input support
Automatic HTML cleanup before analysis
Flesch Reading Ease
Flesch-Kincaid Grade Level
Gunning Fog Index
Coleman-Liau Index
SMOG Index
Automated Readability Index (ARI)
Word, sentence, character, and syllable analysis
Estimated reading time
Lightweight sentiment indicator
Quick writing guidance
Extractive summary generation
Updated Magoo branding and interface
New topbar layout with large logo treatment
Improved README and repo presentation
Why this release matters
Magoo Readability was built to give users a simple, practical readability tool that feels polished but stays lightweight. Instead of relying on large NLP or machine learning packages, this release focuses on speed, clarity, and easy local installation.
Installation
py -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py
Open:
http://127.0.0.1:5004
Notes
This is the initial production-ready release and establishes the base for future improvements such as exports, batch analysis, API support, and deeper content workflow integrations.