Posts

Showing posts from May, 2026

Textcalc - Simple notepad into a powerful calculation tool

Image
Textcalc is a productivity-focused Android application that transforms a simple notepad into a powerful calculation tool. By treating text lines as data sources, it allows users to mix descriptive notes with numerical values, automatically providing a live total of all figures entered. App link https://github.com/sujayaswin/Textcalc App Name : Textcalc.apl Features 1. Intelligent Text Parsing: A real-time editor that extracts numerical values from every line while ignoring "comment" lines starting with #. 2. Live Calculation Footer: A persistent bottom bar that displays the aggregate sum of all extracted numbers within the current document. 3. Document Management System: A workspace allowing users to create, name, and switch between multiple independent documents for different projects or budgets. 4. Explicit Document Saving: A dedicated flow for naming new documents and renaming existing ones to keep files organized. 5. Material Design 3 Aesthetic: A vibrant, energetic UI ut...