Closed dessalines closed 4 years ago
For internationalization, I'd like to be able to generate just number characters.
I can do this manually, but I'd need a captcha.set_chars(my_numbers).
captcha.set_chars(my_numbers)
Have added the method add_chars(). Please note: the current font has to support these characters. You can get the list of supported characters by calling the method supported_chars().
Thanks!
For internationalization, I'd like to be able to generate just number characters.
I can do this manually, but I'd need a
captcha.set_chars(my_numbers)
.