Open Source Python Business Software - Page 26

Python Business Software

View 1230 business solutions

Browse free open source Python Business Software and projects below. Use the toggles on the left to filter open source Python Business Software by OS, license, language, programming language, and project status.

  • 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
  • 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
  • 1
    FCS is a calendar/event manager aimed at family or small group usage. It is built using Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fandango, formerly and internally know as elcad. It is a python scripted 3d CAD application; the core is programmed on C++, and interface functions are exported to python to be used as building blocks for new commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FPC is an Open Source, pyGTK and SQLite based, tool for monitoring the projects you are working on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Application in Python for simple, paperless use of faxes. Speeds up usage of faxed documents (i.e. view them, make notes on them, print, and save the editted version somewhere). Has a GUI and will cooperate with pharmacy tracking software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    An object-oriented partial differential equation (PDE) solver, written in Python, based on a standard finite volume approach and includes interface tracking algorithms. *WARNING* The project is no longer using Sourceforge to maintain its repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    File-Spector is a small, fast and easy to use binary file analyzer and Inspector. It allows the users to format a complete binary file structure and then use it to read any binary file that matches the specified format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    File_combine

    support the same format files combine, kinds of operation

    Usually, we get several files with the same format. Then we want summury these files, with many kind of operations, such as time start, time end, some value's addition , subduction, simply content replace and so on. I provide a frame work file to deal the operation with the name file_parse.py. Self define function file names external_fun.py. The file combine configure file names example.ini. and two examle html file example_a.html, example_b.html. you can easily run it in command line: python file_parse.py. it will generate example file according to the rule(example.ini). It now supprot txt file, html file,xml file I am glad if this can help you. If you want any more information, you can email to me: lalamini@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tim Peters' FixedPoint.py + Write docs for the Library Reference manual. I expect the existing module docstring will be a good start. + Create a test driver for Python's regression suite. + Have fun modernizing it, if you like (for example,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Flask JSONDash

    Flask JSONDash

    Build complex dashboards without any front-end code

    Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go. Easily configurable, chart dashboards from any arbitrary API endpoint. JSON config only. Ready to go. This project is a flask blueprint that allows you to create sleek dashboards without writing any front-end (or backend) code. Everything is powered through simple JSON configurations for declaring arbitrary charts. Leveraging popular libraries like C3.js and D3.js, and much more. Also supports templates and iframes. Only a basic intuitive configuration is required. The dashboard layout and blueprint styles are pre-packaged, and provide only the essentials, while getting out of the way. Drag-and-drop your layout easily and intuitively. Multiple layout modes - bootstrap grid-based or totally freeform. Data utilities for munging and manipulating data suitable for various charts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    FlightFeather's goal is "social networking for everyone". This means that anyone should have a chance to run a popular social networking site -- on minimal hardware, and without wasting bandwidth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Flightdeck-UI is a project that utilizes the ideas from the design of aircraft controls and instruments for creating computer user interfaces, such as for monitoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flow Investigation using N-Dimensions
    Flow Investigation using N-Dimensions (FIND) is a program designed for analysis and visualization of Flow Cytometry data. FIND focuses specifically on automated population discovery (clustering) methods. The project targets both users and developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Graph and analyze Folding@Home team statistics over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fondant

    Fondant

    Production-ready data processing made easy and shareable

    Fondant is a modular, pipeline-based framework designed to simplify the preparation of large-scale datasets for training machine learning models, especially foundation models. It offers an end-to-end system for ingesting raw data, applying transformations, filtering, and formatting outputs—all while remaining scalable and traceable. Fondant is designed with reproducibility in mind and supports containerized steps using Docker, making it easy to share and reuse data processing components. It’s built for use in research and production, empowering data scientists to streamline dataset curation and preprocessing workflows efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Forecasting Best Practices

    Forecasting Best Practices

    Time Series Forecasting Best Practices & Examples

    Time series forecasting is one of the most important topics in data science. Almost every business needs to predict the future in order to make better decisions and allocate resources more effectively. This repository provides examples and best practice guidelines for building forecasting solutions. The goal of this repository is to build a comprehensive set of tools and examples that leverage recent advances in forecasting algorithms to build solutions and operationalize them. Rather than creating implementations from scratch, we draw from existing state-of-the-art libraries and build additional utilities around processing and featuring the data, optimizing and evaluating models, and scaling up to the cloud. The examples and best practices are provided as Python Jupyter notebooks and R markdown files and a library of utility functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is an addition to the famous Biet-O-Matic (Bid-O-Matic, BOM) for Palm-PDA owners: It extracts the auction information off BOMs CSV-file to export selected auctions to the Handhelds calendar using the VCS file format. Never miss an ebay auction again
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    FortGrapher

    InLine Plot with Fortran

    This is a Fortran Module that merges the performance of the computation of the Fortran with the power of a Python Package called Matplotlib plot the data computed by your fortran code. It allows you to divide you data into groups of datafiles and each group is stored on its own directory. It allows you to create different types of plotting files such as, PNG file for each datafile and PDF and MPEG files for each group of datafiles. It works with FORMATTED and UNFORMATTED fortran datafiles. When you call the main subroutine in this module which is called FORTPLOT, it creates a python coded file that you can execute it at any time to get the plots and take a decision about continue the run or halt it. So, with multiple nodes machine you can assign a node for running the python coded file created by the Fortran code to get you data plotted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Free Digital Money project aims to promote ideas and stimulate further innovation in the field of digital money. It provides a e-money implementation that can be used by anyone to try out ideas, build sample applications, or for further development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FreePM is an opensource physicians practice management / electronic medical record application. The company providing support for FreePM nolonger exists. You may consider TORCH http://sourceforge.net/projects/op-torch/ or one of the other FOSS EMR's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Free Resource Leveling Algorithm
    Free and easy to implement algorithm that can be used for resource leveling in Gantt projects. Uses resources assignment policies, availibility calendars, tasks\' priorities, dependencies, sizings, complexity due to human communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FreqLength

    FreqLength

    Wavelength Calculator

    FreqLength is a simple wavelength calculator that takes a given frequency as input and spits out various wavelength values for that frequency (full wave, half wave, etc.) If you'd like to donate there's several ways to do so: PayPal: https://paypal.me/gerowen Bitcoin (BTC): bc1q86c5j7wvf6cw78tf8x3szxy5gnxg4gj8mw4sy2 Monero (XMR): 42ho3m9tJsobZwQDsFTk92ENdWAYk2zL8Qp42m7pKmfWE7jzei7Fwrs87MMXUTCVifjZZiStt3E7c5tmYa9qNxAf3MbY7rD LiberaPay: https://liberapay.com/gerowen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A double-entry personal finance program with a clear, easy to understand web-based UI and a high degree of flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fryktelig fin faktura

    Fryktelig fin faktura

    Create, review and administer norwegian invoices.

    Create, review and administer invoices for use in Norway, and print on the F60 faktura form or send by email as PDF. «Fryktelig Fin Faktura» er et fakturaprogram for norske forhold. Fakturaene lages på PDF eller skjema F60. Dersom du kan hjelpe til, er vi åpne for flere utviklere. Releases are signed with this GnuPG/PGP key fingerprint: «7F09 D1F8 1C3E 1758 4AC9 C61A 4F5A D64D FA68 7324»
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Function Calculator

    Calculate some BASIC mathematical function

    Calculate some BASIC mathematical function You can browse the source at: https://github.com/TheNiceGuy/FunctionCalculator
    Downloads: 0 This Week
    Last Update:
    See Project