You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

nlxcaptcha

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlxcaptcha - pypi Package Compare versions

Comparing version
1.7
to
1.8
+1
-1
nlxcaptcha.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: nlxcaptcha
Version: 1.7
Version: 1.8
Summary: Tell "iPad Kids" and "Non-iPad Kids" apart using OpenAI API in this easy-to-integrate captcha.

@@ -5,0 +5,0 @@ Home-page: https://github.com/nlckysolutions/NLX-Captcha

@@ -58,3 +58,3 @@ import tkinter as tk

f"You are an AI tasked with identifying whether a given text was written by a child, specifically one who frequently uses an iPad or similar device."
f" Children who are considered 'iPad kids' often write with simple sentence structures, basic vocabulary, and have a casual tone."
f" Children who are considered 'iPad kids' often write with simple sentence structures, basic vocabulary, and have a casual tone. HOWEVER, if there is proper punctuation, and the information provided is not imaginative, straight and to the point, and also uses synonyms, then they are NOT an iPad kid."
f" The device the user is using is: {self.device}. Keep in mind that 'iPad kids' are most likely to use an iPad or a phone."

@@ -84,3 +84,2 @@ f" Be more strict if the difficulty level is high. Difficulty: {self.difficulty}/10."

tk.messagebox.showinfo("Verification", "Verification Successful")
self.window.destroy()

@@ -87,0 +86,0 @@

Metadata-Version: 2.1
Name: nlxcaptcha
Version: 1.7
Version: 1.8
Summary: Tell "iPad Kids" and "Non-iPad Kids" apart using OpenAI API in this easy-to-integrate captcha.

@@ -5,0 +5,0 @@ Home-page: https://github.com/nlckysolutions/NLX-Captcha

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name='nlxcaptcha',
version='1.7',
version='1.8',
packages=find_packages(),

@@ -8,0 +8,0 @@ install_requires=[