# Captcha **Repository Path**: webaholic1024/captcha ## Basic Information - **Project Name**: Captcha - **Description**: Python后端生成验证码 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-30 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: 验证码 ## README # Captcha version-0.1 --- ## 快速使用 ```python captcha = Captcha(font_path="font.ttf") image = captcha.generate_captcha() code = captcha.generate_code() ``` --- ## 依赖库 - ### pillow ``` pip install pillow ```