Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

django-simple-captcha

Compare

  Analyzed about 8 hours ago

Django Simple CaptchaAboutDjango Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. UsageSample view: from django import forms from captcha.fields import CaptchaField from django.shortcuts import ... [More] render_to_response class CaptchaTestForm(forms.Form): myfield = AnyOtherField() captcha = CaptchaField() """ # or, as a ModelForm: class CaptchaTestModelForm(forms.ModelForm): captcha = CaptchaField() class Meta: model = MyModel """ def home(request): if request.POST: form = CaptchaTestForm(request.POST) # Validate the form: the captcha field will automatically # check the input if form.is_valid(): human = True else: form = Captch [Less]

1.66K lines of code

8 current contributors

3 months since last commit

14 users on Open Hub

Low Activity
4.75
   
I Use This

Python Pillow

Compare

  Analyzed about 10 hours ago

The friendly PIL fork

79.9K lines of code

35 current contributors

2 days since last commit

3 users on Open Hub

Very High Activity
5.0
 
I Use This

OBLogout

Compare

  No analysis available

OBLogout uses pyGTK/Cairo, PIL, and HAL/dbus. The code tries to remain simple and flexible for usage in any number of situations and is designed to run on desktops of any screen resolution and capabilities. If compositing isn't available a software rendering solution (PIL) is used instead.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

PilGui

Compare

  No analysis available

A simple image viewer/editor written in Python with Tkinter to experiment with Python Image Library (PIL) functionality. Simply a GUI which wraps a lot of PIL.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

Favicon to PNG

Compare

  Analyzed 1 day ago

Creates PNG files for websites given their domain name. It downloads favicon.ico locally, converts it to a PNG file, then returns the PNG which can be displayed in the user's web browser.

87 lines of code

0 current contributors

about 12 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

wheezy.captcha

Compare

  No analysis available

A lightweight captcha library.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

Unflattener

Compare

  Analyzed about 10 hours ago

Make normal maps for 2D art.

208 lines of code

1 current contributors

over 5 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

install-python

Compare

  Analyzed 1 day ago

install-python.bash is a script that may install python and a huge number of usefull modules

211 lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

python-fusioncharts

Compare

  No analysis available

This is just a collection of code snippets to work with FusionCharts since no official Python code is provided. Eventually this could become a "real" Python package, but for the time being its just a useful place to store code snippets.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: Public_Do...

django-qimg

Compare

  Analyzed 1 day ago

Create Arbitrary Sized Images for quick Wireframes. Images have arbitrary sizes, and identifying text. Images can be created directly through a url, or through template tags. Full documentation on homepage

87 lines of code

0 current contributors

over 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This