Skip to content

Kaper365/brickdetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brickdetector

brickdetector is a lightweight Python package that detects the presence of the word "brick" in any form (e.g., "Brick", "bricked", "bricking") within a given text input.

Features

  • Detects all variants of the word "brick" (case-insensitive, including prefixes and suffixes as well as unicode characters resembling characters in the word "brick")
  • Easy-to-use
  • Lightweight

Installation

$ pip install brickdetector

Usage

from brickdetector import brickbasher

# w -- string. word to check
brickbasher(w)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages