File Chunker

#

Flask Chunker v6.0

**Script:** `flask_chunker_v6.py` **Version:** v6.0 **Relational ID:** `a3f8c2d1-7b4e-4f09-91a2-6e5d0c3b8f17` **Author:** Elton Boehnen **Environment:** Pydroid 3 (Android) / any Python 3 environment with Flask --- ##

Overview

Flask Chunker is a mobile-optimized Flask web application for splitting large text-based files into manageable chunks and reassembling them. It runs as a local web server, accessible from a mobile browser, and is designed specifically for use on Android with Pydroid 3. It supports 40+ file extensions, persistent settings, an in-browser file browser, and full BEJSON format compatibility (v104, v104a, v104db). --- ##

Requirements

- Python 3.x - Flask (`pip install flask`) - Pydroid 3 on Android (primary target), or any system with Python + Flask --- ## Running ```bash python flask_chunker_v6.py ``` Then open your mobile browser and navigate to: ``` http://127.0.0.1:5000 ``` --- ##

Directory Structure


(Created on First Run) ``` /storage/emulated/0/Core/Pydroid/ ├── .chunker_config/ │ └── settings.json ← Persistent settings └── .chunker_uploads/ ← Temporary upload buffer