Skip to content

Commit a780c27

Browse files
committed
Modification in Image Captcha generator
1 parent 3b966e9 commit a780c27

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Image Captcha Generator/452250.png

9.92 KB
Loading
10.7 KB
Loading

Image Captcha Generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This snippet of code will Generate Image-Captcha (Numbers) of given number of le
1212
- Run this code.py `$ python code.py`
1313
- Enter the length of captcha you want (i.e 6)
1414
- Boom !!! captcha with .png extension will be generate in dir.
15-
- Enjoy the Captcha !!!!!
15+
- Enjoy the Captcha Thing !!!!!

Image Captcha Generator/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def random_with_N_digits(n):
1111
image = ImageCaptcha()
1212
data = image.generate("'%d'" % num)
1313
image.write("'%d'" % num, name)
14-
print(num)
14+
print("A {}.png is generated".format(num))

0 commit comments

Comments
 (0)