https://github.com/scifer99/word-cloud-generator-for-recaptcha-security
This script is for the sole purpose of generating a user reCAPTCHA for security purposes.
https://github.com/scifer99/word-cloud-generator-for-recaptcha-security
cybersecurity human-computer-interaction information-extraction information-security security-automation
Last synced: 14 days ago
JSON representation
This script is for the sole purpose of generating a user reCAPTCHA for security purposes.
- Host: GitHub
- URL: https://github.com/scifer99/word-cloud-generator-for-recaptcha-security
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-29T22:20:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T22:32:02.000Z (over 3 years ago)
- Last Synced: 2025-02-25T01:53:59.829Z (over 1 year ago)
- Topics: cybersecurity, human-computer-interaction, information-extraction, information-security, security-automation
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word-Cloud-Generator-for-reCAPTCHA-Security
This script is for the sole purpose of generating a user reCAPTCHA for security purposes.
Lets Go! Its me again! Back with another script for information security purposes!
Step1: Install these packages before running the script:
pip3 install wordcloud
pip3 install numpy
pip3 install matplotlib
pip3 install display
pip3 install fileupload
pip3 install io (Might be installed on your operating system already)
pip3 install sys (Might be installed on your operating system already)
pip3 install os (Might be installed on your operating system already)
Step2: That's all folks!
Happy Coding!