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.
- Analyze
.txtand.docxfiles - Count words, sentences, and other text statistics
- Fast and fully offline
- Clean and modern desktop UI
- Cross-platform (Windows / Linux / macOS)
- Frontend (UI): Flutter (Desktop)
- Backend (Logic): Python
- API: FastAPI (local only)
- Packaging: PyInstaller (Python), Flutter build system