Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 280 Bytes

File metadata and controls

12 lines (9 loc) · 280 Bytes

Generate-Random-Captcha-In-Python

step 1:-

import random

from captcha.image import ImageCaptcha

if any modules not available in your system then you can easily download using pip like,

Windows:-

pip install module_name

Linux:-

sudo pip install module_name