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