Smelter

A Python 3.5.2 Library to Censor Strings


Keywords
testing, logging, example
License
Other
Install
pip install Smelter==0.5.1

Documentation

Smelter

A Python 3.5.2 Library to Censor Strings

Installation

pip install Smelter

Usage

import Smelter

smelter = Smelter.Smelter()

print(smelter.filter_sentence("jump off a building")) // "heck off a building"