Metadata-Version: 2.4
Name: pdfctl
Version: 0.1.1
Summary: Simple web UI to merge/split/extract/rotate PDFs using pypdf + Streamlit.
Author: Tamer Hamad Faour
License: MIT
Project-URL: Homepage, https://github.com/your-user/pdfctl
Project-URL: Issues, https://github.com/your-user/pdfctl/issues
Keywords: pdf,merge,split,rotate,streamlit,pypdf,webui
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pypdf>=5.1.0
Provides-Extra: web
Requires-Dist: streamlit>=1.50.0; extra == "web"
Dynamic: license-file

# pdfctl

Web UI for PDFs (merge / split / extract / rotate) using **pypdf** + **Streamlit**.

## Install
```bash
pip install pdfctl[web]
```

## Run
```bash
pdfctl-web
```

## Notes
- Saves output PDFs in the current working directory (or adjust `app.py` to write to `out/`).
- Built on: pypdf, Streamlit (as an optional extra).
