Search Results for "python module" - Page 25

Showing 788 open source projects for "python module"

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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Module to allow for reading lines from a continuously-growing file (such as a system log). Handles log files that get rotated/trucated out from under us. Inspired by the Perl File::Tail module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is c library interface to the asterisk manager with a python wrapper module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Python Universe Builder (PUB) is an Interactive Fiction module for Python. It provides a programming environment similar to that of Inform or TADS but runs under any Python interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PyBluetooth is a Python module that provides access to system Bluetooth resources. Currently, there is a version for GNU/Linux, with plans to port it to Windows XP and OS X
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 5
    phpMyLibrary is a PHP MySQL Library automation application. The program consist of cataloging, circulation, and the webpac module. The programs also has an import export feature. The program strictly follow the USMARC standard for adding materials.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    py-sqlplug_mysql is a MySQL module full compatible with PEP-0249 (Python Database API Specification v2.0) for CPython. It is fast and stable. `Prepared statement' and building with embedded MySQL library are planned for the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PyEMS is a Python module written in Pyrex bringing TIBCO EMS functionality to Python. Publish, Subscribe and Request/Reply are supported for both Topics and Queues. Requires a licensed version of TIBCO EMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    easy-deb is a tool to automatically create debian packages of standard python modules. It uses easy-install to do its job done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PyXMI is a Python module that parses XMI documents created with Posseiden 4.0.1. PyXMI can dynamically execute activity diagrams in a limited way. This provides a visual way to create, visualize, and store Python modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    python, SExtractor. A python module to read, write and manage SExtractor catalogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A consortium of developers and players to produce Open Source tools to enhance the experience of the groundbreaking Bioware game, Neverwinter Nights, including particularly module creation tools for linux and Mac OS X.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Spatial sound generation module for Python, based on OpenAL. It has a lightweight high level API that hides the OpenAL API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A python module that allows a script to have a menu-based user interface that can be displayed using GTK2, curses, or plain text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A powerful and fully customizable Python based editor COMPLETELY MODULAR. Each module connects via proxies (event handlers) to other modules. Core widgets are modules too and they can be replaced easily, while the program is just the i18n/configuration/m
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SpinnyThing is a python module for displaying the progress of a task within an application. It supports a classic spinner w/ percentage-done and is easily extensible to include ascii animations to display progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This library provides a network abstraction layer for heterogenous large scale modular systems. It supports clearly specified interface definitions for communication between modules, while maximizing module indendence and adaptability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    neveredit
    Neveredit aims to provide end-user module editing facilities for Bioware's Neverwinter Nights computer game.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Python configuration parser module which supports arbitrarily deep hierarchical option "dictionaries" and partnership with the existing optparse (optik) python module. The API of this module will follow as close as possible the optparse model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    VFSX is a transparent Samba Virtual File System module which forwards operations to a process on the same machine for handing outside of the Samba daemon. The external handler can be implemented in any language with support for Unix domain sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ctypes is a Java library allowing one to create and manipulate C data types in Java. These can then be passed to C-functions loaded from dynamic link libraries. This is based on the ctypes python module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    systray is a win32 Python module for building Windows System Tray Resident Applications. It is a layer over SysTrayIcon.py by Simon Brunnings. For info on the original SysTrayIcon.py see http://www.brunningonline.net/simon/blog/archives/001835.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python FAM provides a Python module to use the File Alteration Monitor (http://oss.sgi.com/projects/fam) in Python.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Sed.py is a python module to provide a easy way to do text stream processing. Just like the name of module, it likes to do the work that sed can do. But not in sed's way, it's in Python's way. To use this module, the knowledge of regexp is necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    pySVG provides a Python module for manipulation and generation of Scalable Vector Graphic images - you can append elements, extract items or shapes of relevance from existing images for modification, or create your own images from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ophidian is a Python module created to easily develop wxPython user interfaces. Ophidian provides wrapper classes to transparently load XRC resources and access the user controls inside them, with a minimum of coding effort.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.