Skip to content

hakanaku1234/wheezy-captcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheezy.captcha is a python package written in pure Python code. It is a lightweight captcha library that provides integration with (one of below must be installed):

  • PIL - Python Imaging Library 1.1.7.
  • Pillow - Python Imaging Library (fork).

It is optimized for performance, well tested and documented.

Resources:

Install

wheezy.captcha requires python version 2.4 to 2.7 or 3.2+. It is independent of operating system. You can install it from pypi site using setuptools (you need specify extra requirements per imaging library of your choice):

$ easy_install wheezy.captcha
$ easy_install wheezy.captcha[PIL]
$ easy_install wheezy.captcha[Pillow]

If you are using virtualenv:

$ virtualenv env
$ env/bin/easy_install wheezy.captcha

If you run into any issue or have comments, go ahead and add on bitbucket.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.0%
  • Makefile 17.0%