Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipedemacedo/python-captcha-solver-example

Very simple captcha solver in Python
https://github.com/felipedemacedo/python-captcha-solver-example

captcha python

Last synced: about 13 hours ago
JSON representation

Very simple captcha solver in Python

Awesome Lists containing this project

README

        

# python-captcha-solver-example
Very simple captcha solver in Python

Input image:
![image](https://user-images.githubusercontent.com/7635127/55580654-6b5ee900-56f1-11e9-96d2-8b07db275b0a.png)

Processed:
![image](https://user-images.githubusercontent.com/7635127/55580691-7d408c00-56f1-11e9-82ba-0708a231fe0c.png)

Output Text:
96437

# Installation
## Windows
1. Download Python 3.7.3 from https://www.python.org/downloads/ and install it.
2. Download project source and run:
```
pip install -r requirements.txt
```
3. Run:
```
python Main.py
```