Login Required. Sign up now -- its free!

Projects tagged ‘browser’ and ‘python’


Jump to tag:

Projects tagged ‘browser’ and ‘python’

Filtered by Project Tags browser python

Refine results Project Tags web (6) javascript (6) webkit (5) pyqt (4) game (3) django (3) ironpython (2) selenium (2) reader (2) ajax (2) gtk (2) library (2)

[29 total ]

71 Users
   

ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display ... [More] specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output. [Less]
Created over 3 years ago.

8 Users

Project DescriptionPyWebKitGtk provides an API for developers to program WebKit/Gtk using Python. The project share the same goals with WebKit. The purpose of this binding is to bring an ... [More] alternative web engine to Python/GTK+ application developers who might need a web browser engine for their next application or developers wishing to have a better browser engine that they can access to using the Python programming language. Build$ ./autogen.sh --prefix=/pywebkitgtk/install/path $ make $ make installDemoThere is a sample web browser using Python and WebKit/Gtk. To run: $ python demos/webbrowser.pyIf you have installed pywebkitgtk in a non-standard location (i.e. not in /usr or /usr/local), you might want to use the following: $ PYTHONPATH=/pywebkitgtk/install/path python demos we [Less]
Created about 1 year ago.

4 Users
 

Lucid is a free, open source web based desktop, web desktop, or webOS that gives you a portable, online workspace that you can use to store files, play media, and manage your office documents. You can ... [More] install it on almost any webhost, allowing you to keep control over your data. The goal of the project is to provide an application platform that integrates seamlessly with the web, existing desktop technologies, and mobile devices. [Less]
Created over 2 years ago.

1 Users

wxWidgets component for embedding Mozilla into applications.
Created over 3 years ago.

1 Users

Piti8rowser is a small,fast and smart web browser,explorer,viewer what do you want , that could it. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem ... [More] = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 12 months ago.

0 Users

This is a python script to get the latest auto build of chromium from build.chromium.org. Everyone knows the famous Google Chrome -- but not everyone knows the base project Chromium. Now, imagine if ... [More] you could have a simple "unzip-to-install; delete-to-uninstall" browser that was the latest and greatest from the Chromium development team without having to manually find, download and extract it. Imagine having the goodness of the Chrome browser without the background updater service chewing resources on your machine. Imagine if you could easily get the builds for the more non-mainstream targets (linux, linux64, mac), without much (if any) effort. Imagine also if you could have a plain old zip file to give your friends, instead of an installer which requires internet connectivity and bandwidth to install. You can stop imagining (: This script is dead-easy to use. The only requirement is that you have some fairly recent version of python installed (this has worked with version 2.5, installed from an ActivePython installer). You must run this in a console (on windows, go Start->Run and type "cmd", then run this script). Optionally, the script can unpack the downloaded archive to a destination directory, specified on the commandline. Personally, I run this script via a scheduled task (and will be adding it to cron, once I remove the package source for Google Chrome). [Less]
Created 3 months ago.

0 Users

a browser that gives an almost accessible and almost semantically correct web site a voice. the browser renders a web site aurally and intellegently. it allows a user and a web site to talk and ... [More] listen to each other. the browser does not require a web page to have salt or xhtml+voice markup. the rendering is an improvement on how my web site at http://www.codebyjoe.com/ is rendered by opera version 9.27 with voice added. This project is geared more for developers than it is for users and web designers. Users and web designers will find more useful information at the Awwwe Browser group located at http://groups.google.com/group/awwwe-browser [Less]
Created 7 months ago.

0 Users

A single threaded socket server implemented in Python drewalex@gmail.com Twitter: drewlesueur To see the sourceclick on "Source" then click on "browse" then click on "trunk" the source should ... [More] appear on the right. (It took me a while before I figured that out) Please contact me if you have any questions. Also included is a BrowserSocket.swf and an example html file BrowserSocket.swf allows you to use sockets in the browser It is kind of like jsxmlsocket, but not object oriented like. Again, please contact for questions. (Twitter is probably the best way to contact) [Less]
Created 4 months ago.

0 Users

Detection of browser capabilities (css, applets, javascript, ...). This module is not tied to any framework like Pylons, Django or Turbogears. See http://browsers.garykeith.com/index.asp if you want ... [More] to know more about browscap.ini Contact henning.schroeder (at) gmail.com for any feedback. [Less]
Created 12 months ago.

0 Users

Small and light web browser using QT4 and his Webkit backend for rendering. Code is in Python2.5, with use of PyQt4.
Created 7 months ago.