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

4 months since last commit

14 users on Open Hub

Low Activity
4.75
   
I Use This

Tanaguru

Compare

Claimed by Open-S Analyzed about 4 hours ago

Reliable accessibility evaluation (a11y) of websites and javascript applications

735K lines of code

3 current contributors

over 4 years since last commit

8 users on Open Hub

Inactive
4.42857
   
I Use This

Contao

Compare

  Analyzed about 5 hours ago

Contao is an open source content management system (CMS) for people who want a professional internet presence that is easy to maintain. The state-of-the-art structure of the system offers a high security standard and allows you to develop search engine friendly websites that are also accessible for ... [More] people with disabilities. Furthermore, the system can be expanded flexibly and inexpensively. Easy management of user rights, the Live Update Service, the modern CSS framework and many already integrated modules (news, calendar, forms, etc.) have quickly made Contao one of the most popular open source content management systems on the market. [Less]

533K lines of code

24 current contributors

over 4 years since last commit

8 users on Open Hub

Inactive
4.25
   
I Use This

Contrast-Finder

Compare

Claimed by Open-S Analyzed about 7 hours ago

Tool to evaluate and especially provide valid background / foreground color contrast for accessibility (a11y, WCAG)

6.21K lines of code

2 current contributors

almost 5 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This

NonVisual Desktop Access (NVDA)

Compare

  Analyzed about 16 hours ago

A free and open source screen reader (written in python) for the MS Windows operating system. NonVisual Desktop Access was started because of the need for a free open-source non-visual access solution for windows. Written entirely in python, NVDA is a functional screen reader that allows you ... [More] to use Windows without vision by using MSAA, the windows API, and a speech synthesizer to convey what is happening. [Less]

126K lines of code

0 current contributors

1 day since last commit

4 users on Open Hub

Very High Activity
5.0
 
I Use This

KBAccess

Compare

Claimed by Open-S Analyzed about 7 hours ago

KBAccess is a collaborative repository of good and bad examples of web accessibility. Examples are taken from real, existing websites and archived (thus "frozen" forever). Then the repository can be queried and examples can be used to increase accessibility knowledge of web developers.

28K lines of code

0 current contributors

about 10 years since last commit

4 users on Open Hub

Inactive
5.0
 
I Use This

Linux Desktop Testing Project

Compare

  Analyzed 1 day ago

Cross Platform GUI Automation tool Linux version is LDTP, Windows version is Cobra and Mac version is PyATOM. * Linux GUI testing is known to work on GNOME / KDE (QT >= 4.8) / Java Swing / LibreOffice / Mozilla application on all major Linux distribution * Windows GUI testing is known to work ... [More] on application written in .NET / C++ / Java / QT on Windows XP SP3 / Vista SP2 / Windows 7 / Windows 8 * Mac GUI testing is known to work on OS X Snow Leopard/Lion/Mountain Lion. Where ever ATOMac runs, LDTP should work on it Supported language * Python * Java * Ruby * Perl * C# * VB.NET * PowerShell * Clojure [Less]

90.6K lines of code

0 current contributors

over 4 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

dogtail

Compare

  Analyzed about 22 hours ago

dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.

5.96K lines of code

5 current contributors

over 2 years since last commit

3 users on Open Hub

Inactive
4.5
   
I Use This

access.see.be

Compare

  Analyzed 2 months ago

With access.see.be, a WAI-ARIA based Accessibility-Library, web developers can enhance their applications with accessible rich interface elements or can create full accessible rich internet applications without excluding users who depend on assistive technologies like screen readers. So the main aim ... [More] of universal design, the approach to design websites that can be used by all people without the need for adaptation or specialization, can be easily achieved. [Less]

3.68K lines of code

0 current contributors

over 15 years since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This

Fluid Project

Compare

  No analysis available

The Fluid Project is an international community of academic institutions, community source software projects and corporations working together to address the precarious values of usability, accessibility, internationalization, quality assurance and security within academic software projects.

0 lines of code

8 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause, educational