geetest-slice-captcha-solver
Solver for the geetest sliding captcha
File Explorer
Download Latest Version (.zip)- background.png
- captcha.png
- piece.png
- README.md
- requirements.txt
- solver.py
# Installation Guide
1. Get the code
git clone https://github.com/peduajo/geetest-slice-captcha-solver
Downloads the entire project code from GitHub to your computer.
cd geetest-slice-captcha-solver
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
- Python 3 Python is required to use pip.
sudo apt-get install -y python3-pip python3-dev build-essential libjpeg8-dev zlib1g-dev libglib2.0-0 libsm6 libxext6 libxrender-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip3 install -U pip
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
sudo apt-get install -y python3-pip python3-dev build-essential libjpeg8-dev zlib1g-dev libglib2.0-0 libsm6 libxext6 libxrender-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip3 install -U pip
Installs the package published on PyPI directly β no need to clone the source.
pip3 install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
