Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felipedemacedo/python-captcha-solver-example
- Owner: felipedemacedo
- Created: 2019-04-04T18:47:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T09:33:41.000Z (almost 3 years ago)
- Last Synced: 2023-02-26T16:38:21.610Z (over 1 year ago)
- Topics: captcha, python
- Language: Python
- Size: 78.6 MB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-captcha-solver-example
Very simple captcha solver in PythonInput 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
```