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.0.tar.gz
(76.7 MB
view details)
Built Distribution
File details
Details for the file nsfw_screen_detect-0.1.0.tar.gz
.
File metadata
- Download URL: nsfw_screen_detect-0.1.0.tar.gz
- Upload date:
- Size: 76.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f5d2daac02d115b25501fe7991dfdc776235b6bf528a5b25adca0ac3af22dfa |
|
MD5 | 66c94362479832f5dd5868e0b3b0960a |
|
BLAKE2b-256 | 6d7dc13fe7d5392dd08d129f1cff23abf364308ad76eea2a9e903aaff54f3480 |
File details
Details for the file nsfw_screen_detect-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: nsfw_screen_detect-0.1.0-py3-none-any.whl
- Upload date:
- Size: 76.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca53097b43da1ebdd1693a0594b5999d933749e8f61ef566431f6f036b1c6176 |
|
MD5 | 80dad308a17c4145a7eeca877b77c9ee |
|
BLAKE2b-256 | 40c2b19e09b9673a059edd915427dca88b9394b38875b7e55f19708a136bf1c9 |