Metadata-Version: 2.4
Name: project-to-file
Version: 0.1.0
Summary: Local web GUI to browse a directory, select files, and compile them into a single text file.
Author: biswasrohit143@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: flask (>=3.0.0,<4.0.0)
Description-Content-Type: text/markdown

# Project Code Browser

A small tool that opens a local web GUI to:

- Browse a directory tree starting from a given root.
- Select files and directories (directory selection toggles all children).
- Exclude files/dirs using a CSV "exclusions" filter.
- Compile the selected files into a single `project_code.txt` for download.
- Exit the server from the web UI.

