We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_captcha
1 parent f812770 commit 1289aebCopy full SHA for 1289aeb
_captcha.py
@@ -0,0 +1,6 @@
1
+from captcha.image import ImageCaptcha
2
+
3
+CLAUSE = 'SinaF123'
4
5
+image = ImageCaptcha()
6
+image.write(CLAUSE, f'captcha-{CLAUSE}.png')
0 commit comments