Captchagenerator

Latest version: v1.1.6

Safety actively analyzes 623924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.4

This library has 2 function for Captcha Generator:
* 1- CaptchaGenerat
* Numbergen
* ValueScaptcha
* NameExport
* PathEXport
* Fonts
* Colors
* Backgrounds
* 2- CaptchaGeneratRandom
* Numbergen
* ValueScaptcha
* NUMBERVARIANTS
* Backgrounds
* Fonts
* NameExport
* PATHEXport
<br>

<strong>In order not to create the Capcha Bug process, it was removed from the project. But you can still download this link and download your font.</strong>
<br><br>

1.1.3

Temporarily in this version of the project (1.1.3) there is only CaptchaGenerator function for captcha generator. This function has 7 inputs:
* NumberGen
* ValuesCaptcha (optional)
* NameExport (optional)
* PathExport
* Fonts (optional)
* Colors (optional)
* BackgroundS (optional)
<br><br>

Example :
python
from CaptchaGenerator.CaptchaGenerator import CaptchaGenerat
def main():
NumberGen = 5
NameExport = "CaptchaGenerat"
ValuesCaptcha = "012356789QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm!$%&*"
PathExport = r"C:\Users\sepeh\Desktop\Captcha Generator"
Fonts = ['AmaticSC-Bold.ttf', 'AmaticSC-Regular.ttf', 'ArchitectsDaughter-Regular.ttf']
Colors = ["red" , "blue"]
BackgroundS = ["Background/Background1.png", "Background/Background2.png", "Background/Background3.png"]
choiceFromValues = CaptchaGenerat(NumberGen=NumberGen, ValuesCaptcha=ValuesCaptcha, NameExport=NameExport, PathExport=PathExport, Fonts=Fonts, Colors=Colors, BackgroundS=BackgroundS)
print("Generated captcha : " + choiceFromValues)
if __name__ == "__main__":
main()

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.