https://github.com/smaranjitghose/captcha_divisor
Using Python🐍 to generate irritating captchas!
https://github.com/smaranjitghose/captcha_divisor
computer-vision image-processing opencv python
Last synced: 3 months ago
JSON representation
Using Python🐍 to generate irritating captchas!
- Host: GitHub
- URL: https://github.com/smaranjitghose/captcha_divisor
- Owner: smaranjitghose
- License: mit
- Created: 2020-07-22T18:27:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T12:20:56.000Z (over 4 years ago)
- Last Synced: 2025-01-26T04:12:45.650Z (5 months ago)
- Topics: computer-vision, image-processing, opencv, python
- Language: Python
- Homepage:
- Size: 3.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Captcha Devisor🔐
Nowdays with the boon of automation with Python🐍 and Javascript🕸, making bots🤖 has become very easy!
However, this has often been exploited to spam people🗣, perform attacks🤺, causes losses to organizations and all sorts of malicious acts😈.
Hence, a precaution measure like [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA) has become a necessity for a lot of platforms
Have you wondered how to create such captchas?🤔 Do you need an advanced degree👨🏫 in Computer Science or perhaps Cryptography to get started?
Well, it's easier than it looks😉. And definetly less irritating😅 than solving them!
Puzzled how? Well with Python🐍 you can have a magical spell to do this!
Demo
Usage
Convinced..huh? 😉 and want this spell for yourself?Here you go:
- Clone or Download this repository ⏬
- Open the Terminal 🐱💻
- Move inside 👉 the repo
```cd captcha_divisor```
- Put your image inside the repo or get its path
- Now make sure you have all the dependencies🧱
```pip install -r requirements.txt```
- Now, the climax you have been waiting for!😎. Run the script using Terminal
```python captcha_divisor.py```
- Abracadabra ⚡
- To save the captcha press ```q```
- Try to multiple times to generate a different captcha everytime. At times you'll like it at times you would not.**I assume you have python installed on your system and set to path.**
__Please Note: I don't own any of the fonts. I have simply used the variations of Montserrat and Poppins from [Google Fonts](https://fonts.google.com/). Feel free to use more fonts__
License 📜
[MIT License](https://github.com/smaranjitghose/PyLowPolify/blob/master/LICENSE)