Search Results for "python module" - Page 14

Showing 602 open source projects for "python module"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 1
    The Python Twain Module provide an interface to the Microsoft Windows TWAIN sub-system. The module implements the full TWAIN functionality and supports source specific extensions. A TWAIN-explorer is also included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    This library is a port of windows low level CreateNamedPipe function. It allows python to use bi-directional NamedPipe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    rp6simul

    rp6simul is a simulator for the RP6 robot (AREXX Engineering)

    The rp6simul project brings simulation software for the RP6 robot that is manufactured by AREXX engineering. Besides support for all peripherals on the robot base, the simulator also fully supports the m32 extension module, and both can be simulated either independently or simultaneously. Furthermore, a simple 2d environment can easily be created to test lighting, collision, motor speeds and so on. The simulator does not run native AVR files, but instead a thin wrapper is provided so that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is based of my Java Extended Math Class. Has functions like fibonacci, factorials, factors, isprime, etc... Feel free to contribute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5

    ipHelpers

    python interface to Win32 NotifyAddrChange api

    ipHelpers is a python module that provides a python interface to the Win32 NotifyAddrChange api. The Win32 api notifies of changes to the mapping of ipv4 addresses to interfaces. ipHelpers also allows determining configuration of network interfaces. ipHelpers also illustrates the use of ctypes to access functions in Windows iphlpapi and kernel32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Python DB API compliant module for accessing databases through the ODBC API
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    A program to create and edit OCTaGoN module and set files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Elucidation is a Python module designed to be an extremely powerful backend for audio and video converters. The aim of the module is to do all the heavy lifting while applications using it are little more than interfaces to it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xm2sco is a simple application written in python which will convert a (properly formatted) fasttracker xm module file to a csound score file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventors: Validate Your Idea, Protect It and Gain Market Advantages Icon
    Inventors: Validate Your Idea, Protect It and Gain Market Advantages

    SenseIP is ideal for individual inventors, startups, and businesses

    senseIP is an AI innovation platform for inventors, automating any aspect of IP from the moment you have an idea. You can have it researched for uniqueness and protected; quickly and effortlessly, without expensive attorneys. Built for business success while securing your competitive edge.
    Learn More
  • 10
    PyExPsiN is a Python crossplatform (Linux/Windows) module for made easy writing psychological experiments. Right now includes functions for DMTS (Delayed Matching to Sample), N-Back, Spatial N-Back, "Grammatical", Mixed Dots, Stroop, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Python script that parses an SNMP MIB text file and generates a skeleton C source code file that can be used with the LWIP-SNMP to implement a private mib. It depends on the pyparsing-1.5.5 module.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Provide an LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API, several additional modules for processing LDIF, LDAP URLs and LDAP schema information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple module which should allow python 2 to execute files written for python 3 (not vice versa), but with a few restrictions. Written in response to the question "why doesn't something like this exist in the standard library?". Currently in Alpha
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Python Spreadsheet Middleman. Aims to be the best cross platform--cross application python spreadsheet module for any spreadsheet program. Currently supports Excel and Gnumeric. Made to be easy to use and newbie friendly. Documentation in zip!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a lightweight and fast library for reading and writing any PNM file - PBM, PGM and PPM, up to 16 bits per sample, in ascii/binary format. Library contains also a Python bindings - module pixfiles with PixFile class.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A module for python/pygame used for typesetting text to the screen. It provides specialized functions for scrolling text, pages of text, selectable text, and an on screen text editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Hoea is a python module for hierarchical ontology enrichment analysis, which facilitated GO (Gene Ontology)/KO (KEGG Orthology) enrichment analysis at any desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ppvector: Parallel Processing Vector This program is used to calculate, in parallel, by python module multiprocessing, points in vector
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Slaaf is an open source IRC bot. It's built in a way so that every just starting developer can write modules for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    bitstring is a pure Python module designed to help make the creation and analysis of binary data as painless as possible. The latest releases support Python 2.6 and 3.x only. For Python 2.4 and 2.5, plus lots more see the googlecode homepage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    A basic regular expression tester targeted at Python programmers. It lets you know the group index of each matched result when using the re module. Requires Qt4 and PyQt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pyneo-zadosk
    pyneo-zadosk is a simple but highly configurable on-screen-keyboard. it uses libfakekey. it's written in python and is usable as stand-alone program or as module imported in a python app. it's output is based on GTK (currently python-gtk2 but will soon migrated to use gir).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NECO - NEtwork COding simulator
    A high-performance extensible simulation framework for network coding protocols, written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    cross platform logging module for Python with a C interface
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XElements is a lightweight, easy-to-use Windows GUI library written in C++, that is both available as a C++ library and as a Python module.
    Downloads: 0 This Week
    Last Update:
    See Project