Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
A Python IRC Console Client. I use it to tunnel irc through ssh when I'm at the university. It isn't finished yet, but works quite well for me. The base work is done, but I will revise most of the code soon, so it will be more structured hopefully.
Museek-Plus is a program-suite for the C++ museek daemon, a Soulseek/Soulfind P2P client. It includes the QT GUI, Museeq, and the Python/Curses TUI, Mucous. It supports chat, transferring files, searching, user-management shares browsing and more.
FreeRADIUS module providing connectivity to CDRTool prepaid engine. Provides prepaid authentication for calls proxied by OpenSER and returns to OpenSER MaxCallDuration and user Credit.
Can be easily extended to support other SIP or H323 devices.
Python Multimedia Messaging Service (MMS) library
The python-mms library provides an "mms" module for Python, consisting of classes that facilitate the creation, manipulation and encoding/decoding of MMS messages used in mobile phones.
This project is a Pythonmodule for communicating with a GSM Modem (or mobile phone), used for making applictions like SMS Gateways, WAP gateways, MMS Servers...
Based on the HTTP API for sending SMS messages published by Muraena Systems, this small Pythonmodule will let you integrate SMS functionality into your own applications. Both standard SMS messages and WAP PUSH messages can be submitted.
Open implementation of the Lotus Sametime protocol
THIS PROJECT HAS MOVED
Please visit https://github.com/obriencj/meanwhile
The Meanwhile project is an open implementation of the Lotus Sametime client protocol. The project provides a library written in C, a pythonmodule, and a Gaim plugin utilizing the library.
A Console-based BitTorrent Client with built-in scheduler for handling multiple sessions. It is designed to manage sessions in queue easily without heavy-weight GUI. External module can search for new torrents in trackers and submit it automatically.
pebwun is a hack of the console MSN Messenger client pebrot written in python. It offers many advanced features such as XMMS controle, lots of color, and many other things. It should work on anything with curses, and is useable with cygwin on windows.
HBorn (Html Borning Room) is an html document formatter/page gen- erator that provides the ability to trasform files in attractive html web page. (no longer supported)
LAG is meant to be a replacement for GAIM. It will be built modularly in C/C++ and Python with front-ends for GTK, ncurses, Win32, Cocoa, and possibly more. It will support many chat protocols like AIM, Yahoo! Messenger, Jabber, and MSN.
Advance lightweight module messaging system - allowing unlimited modules of different languages to interact with each other by hooking and sending events.
A TextMap module for Python.
The TextMap class can be used to emulate oldfashioned computer screens. It will have methods like writexy(x,y,text),
input = readxy(x,y,text), clear(), scroll(x,y),
change(coloroptions), settext(text), input = gettext()
Uzoo is a platform/UI independent clone for SoriBada which is the overwhelming killer-app for sharing mp3 files in Korea. This project will implement opensource protocol libraries, GUI applications for many platforms including Cocoa(Aqua), Curses, Qt.
This is a Pythonmodule that uses WCTP to send XML forms over HTTP. The current module is configured for generating an XML form for a SkyTel paging device, which is transmitted via HTTP, to a WCTP server.
JeeZez is a distributed information mangement/publishing framework. Currently the focus is to develop a module for software-management, but more modules will follow.
NejuChat is a framework for writing xchat scripts in python. It abstracts away the cumbersome xchat interface, and provides some goodies. The current source supports loading modules, (unload might take patches to xchat), and comes with some nifty module
Utility to facilitate time-sensitive use of .plan and .project files. Curses-based interface allows user to easily view, edit, replace, and delete contents. A timestamp is automatically prepended to the file contents.
Pycq is a 100% Pythonmodule implementing the client side of the Mirabilis ICQ protocol v5. Stable and platform-independent, it allows you to write ICQ clients or bots in a few lines of code.
This pythonmodule makes the commercial TIB/Rendezvous APIs accessible from python. TIB/Rendezvous is a messaging middleware released by TIBCO, Inc. (www.rv.tibco.com)
A module developed to make producing IRC bots in Python much easier.
Hides the raw IRC away so users only have to worry about producing functionality, not connections and parsing of information. Object orientated, well documented, fast to start using