Showing 601 open source projects for "module"

View related business solutions
  • Accounting Software for Small Businesses | Xero Icon
    Accounting Software for Small Businesses | Xero

    Save 90% for 6 months on Xero's award-winning accounting and online bookkeeping platform for businesses of all sizes and stages of growth.

    Xero offers a robust ecosystem of connected apps and integrations with banks and financial institutions, enabling small businesses to access a wide range of solutions within Xero's open platform to streamline operations and manage finances. Additionally, accounting and bookkeeping firms benefit from efficient compliance tools, advanced practice management software, and a cloud-based unified accounting ledger for all clients, centralized in one place.
    Get 90% off for 6 months
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
    Learn More
  • 1
    Pygorithm

    Pygorithm

    A Python module for learning all major algorithms

    A Python module to learn all the major algorithms on the go! Purely for educational purposes. If you are using Python 2.7 use pip instead. Depending on your permissions, you might need to use pip install, user pygorithm to install. To see all the available functions in a module, you can just type help() with the module name as an argument.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GPSpvt

    GPSpvt

    Reading Position, Velocity, Time from a GARMIN GPS via native USB

    ... GPS with USB port, and print out device info. But to get viable PVT data, the GPS must support A800 protocol / D800 datatype. For reference see the document: 'Garmin Device Interface Specification, May 19, 2006, May 19, 2006, Drawing Number: 001-00063-00 Rev. C' (file: Garmin Device Interface Specification (May 19, 2006).pdf). Make sure the kernel module 'garmin_gps' is *NOT* loaded; otherwise USB is blocked! Requires Python Version 3.x (developed on 3.5.2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    TkinterTreectrl

    A Python wrapper for the tktreectrl widget.

    The TkTreectrl module wraps the treectrl tk extension for use with Python/Tkinter.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    pySBOL

    pySBOL

    SWIG-Python wrappers for libSBOL

    pySBOL is a SWIG-Python wrapper around libSBOL, a module for reading, writing, and constructing genetic designs according to the standardized specifications of the Synthetic Biology Open Language (SBOL). This page provides binary installers for Windows operating system for Python 2.7 and 3.6. For installation instructions, visit: https://pysbol2.readthedocs.io/en/latest/installation.html For full documentation, visit: https://pysbol2.readthedocs.io/en/latest/index.html
    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
    wxpy

    wxpy

    Probably the most elegant Wechat personal number API

    On the basis of itchat, wxpy improves the ease of use of the module through a large number of interface optimizations and provides rich function expansion. All in all, it can be used to automate the operation of various WeChat personal accounts. Judging from the recent feedback (late June 2017), there is a certain probability that the use of robots may be restricted from logging in. It is mainly manifested in the inability to log in to Web WeChat (but does not affect other platforms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    JSON Web Token Authentication support for Django REST Framework. This package provides JSON Web Token Authentication support for Django REST framework. Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ntfy

    ntfy

    Utility for sending notifications, on demand and when commands finish

    ntfy brings notification to your shell. It can automatically provide desktop notifications when long-running commands finish or it can send push notifications to your phone when a specific command finishes. The install technique in the quickstart is the suggested method of installation. It can be installed in a virtualenv, but with some caveats, Linux notifications require system-site-packages for the virtualenv and OS X notifications don’t work at all. ntfy has support for automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Noora
    NoOra is a database deployment tool which can be used to automate the database deployment cycle and is designed for agile and or devops teams. The supported database platforms are Oracle and Mysql. The support for Postgresql is work in progress. Feedback is more then welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Password Guessing Framework

    Password Guessing Framework

    A Framework for Comparing Password Guessing Strategies

    The Password Guessing Framework is an open source tool to provide an automated and reliable way to compare password guessers. It can help to identify individual strengths and weaknesses of a guesser, its modes of operation or even the underlying guessing strategies. Therefor, it gathers information about how many passwords from an input file (password leak) have been cracked in relation to the amount of generated guesses. Subsequent to the guessing process an analysis of the cracked...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10
    EDCC-CNG

    EDCC-CNG

    Exploration and categorization of CREs and CRMs

    Cis-regulatory elements (CREs) and cis-regulatory modules (CRMs) play an important role in temporal and spatial regulation of gene expression, which is a common process in eukaryotic organisms. We developed two programs that serve as exploratory tools in the analysis of CRM-mediated control of gene expression: “Exploration of Distinctive CREs and CRMs” (EDCC) and “CRM Network Generator” (CNG). EDCC correlates the presence and positions of CREs/CRMs with gene expression data and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    TkinterDnD

    Python wrapper module for tkdnd

    TkinterDnD is a python wrapper for George Petasis' tkDnD Tk extension. tkDnD adds native drag and drop support for windows and (yet partially) unix and Mac OSX to Tk. TkinterDnD makes this functionality available for Python/Tkinter.
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 12
    pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13

    Simple Python Fixed-Point Module

    Pure-python binary fixed-point arithmetic library

    This Python module provides basic facilities for mathematics on fixed-point numbers. The number of fractional binary digits is tunable, allowing near-arbitrary precision arithmetic. Arithmetic & functions such as sqrt, exp, log, sin & cos are available. For the latest releases please visit https://github.com/rwpenney/spfpm
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    100 numpy exercises

    100 numpy exercises

    100 numpy exercises (with solutions)

    ... the content of these files, please change the text in the source and run the generators.py module with a python interpreter with the libraries under requirements.txt installed. The keyed text format (ktx) is a minimal human readable key-values to store text (markdown or others) indexed by keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Solution Percenter

    Solution Percenter

    Calculator for making solutions

    Soluton Percenter is a program for making solutions percent. Maked by python and PyQt4 module. For chemists, mathematicians and barmans. Program can create advanced recipes and print them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    python-port-scanner

    A fast and multithreaded port scanner with GUI that is developed using

    A fast and multi-threaded port scanner built in python. It scans the hosts port and return the open ports within a mean time. The GUI is built with the python's tkinter module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PyUPC-EAN

    A barcode library/module for python.

    PyUPC-EAN is a barcode library/module for Python. It supports the barcode formats upc-e, upc-a, ean-13, ean-8, ean-2, ean-5, itf14, codabar, code11, code39, code93, and msi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JARVIS on Messenger

    JARVIS on Messenger

    Community-driven python bot that aims to be as simple as possible

    A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks. Messenger is now used by 1.2 billion people every month. With the launch of Send/Receive API, bots are about to take over. It should have a lot of useful features (both fun and commonly used). Anyone can contribute to this project. (As this is module-based, anybody with a decent knowledge of Python can contribute.) One of the prime goals of this project is to lower the entry barrier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    pyclp

    PyCLP is a Python library to interface ECLiPSe Constraint System

    PyCLP is a Python library to interface ECLiPSe Constraint Programmig System. This module try to implement a pythonic interface to ECLiPSe ( http://www.eclipseclp.org ) by compromising on a little bit on performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Acid

    Python module for parsing and analyzing binary data files

    Acid is a module and a simple application for displaying content of binary data files. It relies on plugins for parsing file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Py2Bin

    Py2Bin

    compile python script file to standeloune binary file (MacOs 10.6 + )

    Py2Bin is an application for MacOs X 10.6 or later, this application compile and bluid a standeloune executable binary file from a .py python script file. The result of the compilation can be execute without the python programe This application is submite under GPL pulic licence If you need som information of if ou have a problem with this application please wrtite to m.houbad@gmail.com Py2Bin use Pyinstaller as compiler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Leave A Trace Tools

    Tools for reading the track data of the project "Leave a Trace"

    The art project "Leave a Trace" (LAT) records an displays people movement in real time. It is installed as a permanent exhibition within the Charité in Berlin, Germany. Please find more Details about LAT here: https://leave-a-trace.charite.de/action This sourceforge project provides python tools to read the raw XML data produced by LAT. The data reading module works with python2 and python3. LAT XML Data can be downloaded here: https://leave-a-trace.charite.de/action
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Loris

    C++ class library for sound analysis, synthesis, and morphing

    Loris is a library for sound analysis, synthesis, and morphing, developed by Kelly Fitz and Lippold Haken at the CERL Sound Group. Loris includes a C++ class library, Python module, C-linkable interface, command line utilities, and documentation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    BioC

    We describe a simple XML format to share text documents and annotation

    A minimalist approach to share text documents and data annotations. Allows a large number of different annotations to be represented. Project files contain: - simple code to hold/read/write data and perform sample processing. - BioC-formatted corpora - BioC tools that work with BioC corpora BioC goals - simplicity - interoperability - broad use - reuse There should be little investment required to learn to use a format or a software module to process that format. We...
    Downloads: 10 This Week
    Last Update:
    See Project