Skip to main content

Python package for censoring profane words in Nepali-(Roman) text

Project description

Censoredzz

censor your profane words in Nepali-(Roman) text

Installation

You can install the package using pip:

pip install censoredzz

usage

from censoredzz import censor, profanity

To censor the word. input: "text". output: "censored text"

censor.censor_text("ta badword ho")

output: "ta ****** ho"

To check the profane word. input: "text". output: "1/0"

profanity.has_profanity("ta badword ho")

output: 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

censoredzz-1.0.6.tar.gz (3.8 MB view hashes)

Uploaded Source

Built Distribution

censoredzz-1.0.6-py3-none-any.whl (3.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page