Search Results for "python accounting source code" - Page 57

Showing 2033 open source projects for "python accounting source code"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 1
    Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, Javascript, Python, Ruby and Scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MOVED TO https://github.com/juergenhamel/cuon C.U.O.N. ( Common Universally Organized Network ) is a business-application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    mlpy

    mlpy

    Machine Learning Python

    mlpy is a Python module for Machine Learning built on top of NumPy/SciPy and of GSL. mlpy provides high-level functions and classes allowing, with few lines of code, the design of rich workflows for classification, regression, clustering and feature selection. mlpy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. mlpy is available both for Python >=2.6 and Python 3.X.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    pynvaders

    pynvaders

    Invaders like game, written in Python with Curses... :)

    Invaders like game, written in Python with Curses... :) Also, this was a learning project for me to Python language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    A general interface which loads programming demos from an XML file inspired by the gtk-demo program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is userspace code the enters and exits the IBM Premium Real Time feature set. This code is also responsible for reporting ecc errors that are reported by Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Paniagua is a filter designed to replace certain marked critical parts in HTML code with encrypted JavaScript code. The generated code is portable and accessible. It can be used to keep email and other addresses from being harvested, and keep certain info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    xot is an XML-based data model description framework whose main purpose is to allow developers to describe data models in a common language and then generate useful things from it, such as SQL commands for creating databases, database documentation, and g
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BlockIt provides a Python framework to scan and parse a program file into constituent nested blocks, however defined, forming a block tree of your code and can be used as a mechanism to "extend" in some sense, the underlying programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    A simple and fast way to generate API documentation for Python source code. (text, XML, LaTeX, DocBook, etc) RealDoc does not require modules to be imported, so no hassle with non-running source trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A configuration generator tool which is able to generate programs that insert, delete, or update database records for a number of different database programs. <a href="http://www.manelelena.com">Project Page</a>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PHEL is a dynamic python library used to create easily HTML pages and code from Python Scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ClearCase UCM support for CodeCollaborator code review tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flow is a Brainfuck-like language with threads and 2-dimensional code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python vipera

    Python vipera

    vipera is an application designer for Python

    vipera is a designer of applications for the programming language Python. It has two main objectives: 1) The design of an application from an educative point of view, paying special attention to the documentation and design of classes. 2) The automatic generation of base code for software projects. vipera is a combination of basic tools for the design of applications in the early stages of development, allowing the creation of modules (libraries) and definition of their basic...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    XML to DDL is a set of python programs to convert an XML representation of a schema into a database and vice versa. It can also examine the differences between two databases and emit the ALTER DDL statements required to bring the database up-to-date. T
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DebGUI is a frontend to facilitate and accelerate the creation of Debian packages from source code (and learn in the proccess)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Luke is a Software Development Toolkit with a source code browser and tools for managing software development projects that may be missing from the typical IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    nctdtool

    nctdtool, a curses front-end for tdtool

    A simple curses user interface for tdtool, Best way to install is to add following line to /etc/apt/sources.list deb http://switch.dl.sourceforge.net/project/nctdtool/debian/ stable main It's also possible to download the installation package and install it with dpkg -i, or just download nctdtool.py from the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Spring is a versatile 3D RTS game engine. Using extensively Lua for scripting game-specific code to make nearly every aspect of the engine customizable, from GUI, to unit AI, to pathfinding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Pass Phrase Generator

    Strong pass phrase generator using python on ubuntu

    Strong pass phrase generator using python on ubuntu. The code takes 2 random words and a random number, concatenates them together and puts one of the words into upper case. This provides a long easy to remember pass phrase which satisfies "must include numbers, letters, upper and lower case" password guidelines. The code is called Pass Phrase Generator because it lets me use the acronym PPG which is the energy weapons used in Babylon 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Open Metaheuristic (oMetah) is a library aimed at the conception and the rigourous testing of metaheuristics (i.e. genetic algorithms, simulated annealing, ...). The code design is separated in components : algorithms, problems and a test report generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    connect_3g

    Linux utility that connects you to the 3g networks in Bulgaria

    This is a simple utility to enable Linux users to use 3G Internet from Bulgarian mobile operators with 3G USB modems without any configurations performed by the user. Currently tested on recent Ubuntu, Debian, Fedora and openSUSE distributions and following devices: HUAWEI E173 (Vivacom), Alcatel X220L (Vivacom), ZTE MF190 (Globul), ZTE K3565-Z (M-tel). connect_3g now supports PIN code security, though using it is not recommended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dual accounting core functionality: Assisted establishing new accounts, Localized scheme templates, Standard reports in plain text and HTML, Assisted opening the next financial year, Accounting example as a demo, All pure Python, License GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Z-AviMpg

    Z-AviMpg is A Free,Simple,Basic Video Converter(AVI,MKV,MP4 to MPG)

    Z-AviMpg is a Free Simple Video Converter. It Uses FFmpeg and is built in Python. It Converts Video of Formats AVI,MKV,MP4 To MPG without compromising on Quality.But its Very Basic,You Don't Get Much Options to Try out.Source Code Will Be Available Very Soon.
    Downloads: 0 This Week
    Last Update:
    See Project