An open API service indexing awesome lists of open source software.

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!

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)