Metadata-Version: 2.5
Name: aitextwatermarkremover-tools
Version: 0.1.0
Summary: Local utilities to scan and remove invisible Unicode characters from text. Independent helper inspired by aitextwatermarkremover.com. Runs offline.
Project-URL: Homepage, https://aitextwatermarkremover.com/
Project-URL: Repository, https://github.com/bbwdadfg/aitextwatermarkremover-tools
Author: AI Text Watermark Remover Tools contributors
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# aitextwatermarkremover-tools

Local command-line utilities for scanning and removing invisible Unicode characters from text files.

Inspired by [aitextwatermarkremover.com](https://aitextwatermarkremover.com/), this is an **independent third-party helper** and is not an official SDK or affiliated with that website.

## Features

- **Scan** – Detect invisible Unicode characters (zero-width spaces, joiners, soft hyphens, etc.) and report their positions.
- **Clean** – Remove detected invisible characters while preserving all visible text.
- **Markdown tidy** – Strip common Markdown paste artifacts such as escaped brackets, redundant backslashes, and stray line breaks.

## Non-features

This tool does **not**:

- Make network requests. Everything runs locally.
- Rewrite or paraphrase text.
- Guarantee bypass of any AI detection system.

## Install

```bash
npm install -g aitextwatermarkremover-tools
```

## Usage

```bash
atwr scan file.txt
atwr clean file.txt -o cleaned.txt
atwr tidy file.md
```

Pass `--help` for full option listing.

## License

MIT
