Search Results for "chat application in python" - Page 42

Showing 1970 open source projects for "chat application in python"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1

    PyEvcs

    Extended Visual Cryptography Schemes in Python

    ...In an Extended Visual Cryptography Scheme, both the secret image and the shares are meaningful images like a landscape, a building or a beautiful girl, hiding the very intention to conceal a secret. PyEvcs is a command line Python application allowing you to experiment with Extended Visual Cryptography Schemes for "natural" continuous tone images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SuStorID is an advanced Intrusion Detection System (IDS) for web services, based on machine learning. Its name comes from the term “Su Stori”, which in Sardinian language means “The Falcon”. It’s version is experimental, but demonstrates a number of interesting features, that can be readily exploited to detect and act against web attacks. SuStorID can be coupled with modsecurity, the well known web application firewall, to gather training data and provide for real-time counteractions. So,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Eggdrop is the most advanced IRC robot available. It has been under development since December 1993, and unlike most other bots, it is still regularly updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    notifiles
    notifiles is a multiplatform application (Linux, MacOSX, Windows) intended to fire various kinds of custom notifications (podcasts, eMails, logs, scripts) when new files are created inside watched folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 5
    A fork of pidgin which aims to provide minor features that have not been addressed by the pidgin development team (including manual textbox resizing). See funpidgin.sf.net for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sked
    Sked is a personal organizer, calendar, schedule and braindump application with a wiki-like syntax for text formatting and organization. It is easier think of it as the merge of a calendar with a desktop wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Hikari is a simple AI chat bot which is able to respond when you talk to her. Hikari can learn from conversations with users. She is still being developed at the moment, but hopefully some one will find a use for it. Hikari uses an IM like interface to talk to you and is mainly just for fun at the moment. Use the File > Show Character menu option to show or hide the talking animation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Netscreen Looking Glass

    Netscreen Looking Glass

    This is a tool I wrote a couple of years back in python. Requires python 2.x pexpect to run. It'll run via a webpage(cgi) and will issue commands to netscreen firewalls and display the results to the user(s). Much like a standard looking glass type application. Email me for questions/issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    openBMD

    openBMD

    A cross-platform transcription application.

    openBMD is a multi-platform desktop application for the transcription of Birth, Marriage and Death (BMD) index records as part of the FreeBMD project to transcribe the Civil Registration index for England and Wales.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10

    Four In Row Arena

    Implement your player strategy and compete with other strategies.

    A generic framework for Four in A Row or Five In A Row or X In A Row game, with the possibility to develop different strategies and compare them in tournaments. To implement more players, create new class inherited from PlayerStrategy, and implement the move() method to chose best move, by utilizing different methods provided with Table object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tagrider
    Simple application to convert ID3 tags data to UTF-8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    qenqote

    Clipboard Quote Encoder

    qenqote is a Python/Gtk program to operate on snippets of text from the clipboard and put results back on the clipboard. This allows automation of common editing operations. In its prototypical application, qenqote accepts URL's that have been copied or cut to the clipboard from a browser bar. qenqote applies a user-selected quoting function, and writes the result back to the clipboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MapTool_L

    MapTool_L

    Python-based tool for Table-top Gaming Maps

    A map tool with network support, allowing users to move icons or tokens on the map surface, with chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    VeloApport

    Log and track user/computer info in MS Windows environments

    A system to log and track user logons, logoffs, computer information, and statistics in a Microsoft Windows environment. It includes a client side application (veloapport.exe - intended to be run as a logon and logoff script) and an analyzer (veloapportdetective.py) reporting hardware changes and populates a computer inventory table. The client (veloapport.exe) sends user and machine information to a MySQL database server and VeloApport Detective populates a computer inventory table while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    mltc

    mltc

    Minimum Lens Thickness Calculation

    mltc - Minimum Lens Thickness Calculation. Application is created for minimum lens thickness calculation according to GOST (Russian, Belarusian) Standard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    pyBead

    Python object remoting via web server (apache etc...)

    Web server based python object transport. This is a CGI script / MOD_WSGI script that allows you to remote your own code through apache or other web servers. Example client runs best with urllib3 for persistance however will also work with standard library urllib2. Turn apache into your application server. The idea behind this project was to get something like Pyro that could do SSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Eggdrop
    Eggdrop is the most advanced IRC robot available. It has been under development since December 1993, and unlike most other bots, it is still regularly updated.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18

    birdsim

    3d bird calls simulator

    Birdsim is a python application which goal is to simulate bird calls in 3d environment. Birdsim's main use-case is to create an ambient, natural sound-scape in homes and offices. Try it in a cold rainy day and feel the force of nature !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Ch4tterbot

    A simple ch4tterbot

    a lightweight funny chat bot still in development (alpha 1.1) If anyone wants to clean it up a little bit that would be great :D coded in python and plan on keeping this project that way if you have any revisions or want to join the development team email me at 12bob50@gmail.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    UMADE

    Small and easy dock

    UMADE is small utility for easy application launching
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Add support for making Gmail the default mail application for the GNOME desktop. "Gmail" will be a choice for Mail Reader in the Preferred Applications dialog. "Mailto" links, "Send Link", etc., will be handled by Gmail.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Rigserve implements a human-readable control language for remote or local IP access to amateur radio equipment (rigs). A Python class library allows interfacing with a large number of rig types via serial ports or other methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gnook
    Gnook is a free GUI application to manage your personnal book's collection. It is written in python and distributed for debian based and windows systems. Automatically retrieve information for books using google books and/or isbndb.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Hound is an application written in python which crawls websites, collecting data such as valid URLs for that site, email addresses, etc. The plugin architecture enables the user to develop new ones easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Create a server for 3D worlds similar to opensim with python and postgres, the goal ist to have a small and fast implemetation. Also to build a viewer working in a browser.
    Downloads: 0 This Week
    Last Update:
    See Project