catalog / Marketing / textstat — Readability & SEO Text Scoring
SkillMarketingFree

textstat — Readability & SEO Text Scoring

MIT-licensed Python library computing 12 readability scores (Flesch, Gunning Fog, SMOG, Dale-Chall, etc.) for content optimization and SEO.

التثبيتات102k
⟳ upstream 0.7.13 · updated 5mo ago
مستودع المصدر
! Grade B · 88/100 · ReviewSecurity assessment
No compromise signals7capabilities surfaced1known CVE9of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredExternal endpoints declaredExternal endpoints declared
scanned 18d agoosv · gitleaks · opengrep · picklescan + heuristicsfull breakdown in the Security tab ↓

textstat — Readability & SEO Text Scoring

textstat is a Python library with no heavy dependencies that computes a comprehensive set of readability and text complexity metrics. For content marketers and SEO specialists, it provides instant objective scores for any piece of copy — blog posts, landing pages, email subjects, ad copy — enabling data-driven content optimization and readability targeting by audience.

Key Features

  • 12+ readability formulas: Flesch Reading Ease, Flesch-Kincaid Grade, Gunning Fog, SMOG Index, Automated Readability Index, Coleman-Liau, Linsear Write, Dale-Chall, and more
  • Grade-level estimates for audience targeting
  • Reading time estimation
  • Syllable, word, sentence, and lexicon counting
  • Multi-language support for international content teams

Quick Start

pip install textstat
import textstat

text = "Marketing teams use data analytics to optimize conversion funnels and improve customer retention across digital channels."

print(textstat.flesch_reading_ease(text))      # 0-100, higher = easier
print(textstat.flesch_kincaid_grade(text))     # US grade level
print(textstat.gunning_fog(text))              # Fog index
print(textstat.text_standard(text))            # Consensus grade
print(textstat.reading_time(text, ms_per_char=14.69))  # seconds
npx ai-supply add textstat-readability-scoring

Curated mirror of the open-source textstat (MIT). Get it from the source.

More from @ai-supply

View profile →
Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
1.0M
Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
892k
Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
811k
Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
784k