ai cleaner

0.0(0 reviews)
$5
One-time purchase
Python
15 views

Description

AI Cleaner - Remove AI Fluff and Clean HTML

Quickly clean responses from ChatGPT, Gemini, Claude, and other AIs. Removes annoying phrases like "Would you like to know more?" and basic HTML tags.

Documentation

AI Cleaner - Remove AI Fluff and Clean HTML

Quickly clean responses from ChatGPT, Gemini, Claude, and other AIs. Removes annoying phrases like "Would you like to know more?" and basic HTML tags.

Features

āœ… Removes AI rhetorical questions
āœ… Cleans ChatGPT, Gemini, Claude responses
āœ… Cleans basic HTML tags
āœ… No external dependencies (only standard Python)
āœ… Lightweight and fast

What it DOES NOT do

āŒ Does not clean complex Google HTML (use clean_basic_html for simple cases)
āŒ Does not translate languages
āŒ Does not summarize text

Installation

No installation needed! Just copy the file to your project.

Usage

from ai_cleaner import clean_ai_text, clean_basic_html

# Clean ChatGPT response
response = "Would you like to know more? Goku is a Saiyan."
cleaned = clean_ai_text(response)
print(cleaned)  # "Goku is a Saiyan."

# Clean simple HTML
html = "<p>Hello <b>world</b></p>"
cleaned = clean_basic_html(html)
print(cleaned)  # "Hello world"

What our users say

No reviews yet. Be the first to review this module!

Module Information

Downloads
Released
License
Last Updated
0
a month ago
MIT
a month ago

Tech Stack

Technologies used in this module

Python

Support

Home
Toolbox
ProblemsSign InSign Up