Skip to main content

A small python package for detecting nsfw on a Windows display.

Project description

NSFW Screen Detect

A small python package for detecting nsfw on a Windows display.

# Import and initialize the main Checker class

from nsfw_screen_detect import Checker
checker = Checker()

# Run check on all monitors
results = checker.check()

# Run check on active window
results = checker.check(input='active_window')

# Run check for skin content
results = checker.check(check_type='skin')

# Run check without parsing real pictures from screenshot
results = checker.check(parse_images=False)

Big thanks to NudeNet for their AI model.

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

nsfw_screen_detect-0.1.2.tar.gz (76.7 MB view hashes)

Uploaded Source

Built Distribution

nsfw_screen_detect-0.1.2-py3-none-any.whl (76.7 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