https://github.com/faridun-dev/text_analyzer
https://github.com/faridun-dev/text_analyzer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faridun-dev/text_analyzer
- Owner: faridun-dev
- Created: 2025-12-17T05:58:15.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-01-22T03:03:00.000Z (5 months ago)
- Last Synced: 2026-01-22T05:14:29.239Z (5 months ago)
- Language: C++
- Size: 306 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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