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

https://github.com/faridun-dev/text_analyzer


https://github.com/faridun-dev/text_analyzer

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Text Analyzer Desktop App

A **fully local desktop application** for analyzing text files (`.txt`, `.docx`).
The app provides a modern UI built with **Flutter** and uses **Python** in the background
to process and analyze text.

No cloud. No internet. Everything runs locally out of the box.

---

## ✨ Features

- Analyze `.txt` and `.docx` files
- Count words, sentences, and other text statistics
- Fast and fully offline
- Clean and modern desktop UI
- Cross-platform (Windows / Linux / macOS)

---

## 🧠 Tech Stack

- **Frontend (UI):** Flutter (Desktop)
- **Backend (Logic):** Python
- **API:** FastAPI (local only)
- **Packaging:** PyInstaller (Python), Flutter build system