Showing 26 open source projects for "python projects"

View related business solutions
  • 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
  • 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
    Dokploy

    Dokploy

    Open Source Alternative to Vercel, Netlify and Heroku

    Streamline your operations with our all-in-one platform, perfect for managing projects, data, and system health with simplicity and efficiency. Simplify your project and data management, ensure robust monitoring, and secure your backups—all without the fuss over minute details. Elevate your infrastructure with tools that offer precise control, detailed monitoring, and enhanced security, ensuring seamless management and robust performance. Streamline your deployments with our PaaS. Effortlessly...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    CodeChecker

    CodeChecker

    CodeChecker is an analyzer tooling, defect database

    CodeChecker is a static analysis infrastructure built on the LLVM/Clang Static Analyzer toolchain, replacing scan-build in a Linux or macOS (OS X) development environment. Executes Clang-Tidy and Clang Static Analyzer with Cross-Translation Unit analysis, Statistical Analysis (when checkers are available). Creates the JSON compilation database by wiretapping any build process (e.g., CodeChecker log -b "make"). Automatically analyzes GCC cross-compiled projects: detecting GCC or Clang compiler...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Aerich

    Aerich

    A database migrations tool for TortoiseORM, ready to production

    Aerich is a lightweight database migration tool built for Tortoise ORM, an async ORM for Python. It handles schema evolution through versioned migrations, enabling developers to update and rollback database changes with ease. Designed for asyncio-based applications, Aerich is ideal for fast-moving Python projects that need simple migration control without heavy dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PikaPython

    PikaPython

    An ultra-lightweight Python interpreter that runs with only 4KB of RAM

    An ultra-lightweight Python interpreter that runs with only 4KB of RAM, and zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar projects: MicroPython, JerryScript.
    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
    Cinemagoer

    Cinemagoer

    Python package useful to retrieve and manage the data of IMDb

    Cinemagoer (previously known as IMDbPY) is a Python package for retrieving and managing the data of the IMDb movie database about movies and people. You can use the search_movie method of the access object to search for movies with a given (or similar) title. Similarly, you can search for people and companies using the search_person and the search_company methods. Movie, person, and company objects have id attributes which -when fetched through the IMDb web server- store the IMDb id...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ascoos Web Server

    Ascoos Web Server

    Is a web server for all Web Developers and Web Designers

    For PHP 5.6 - 8.4.X see: Ascoos Web Extended Studio (AWES) is here : https://sourceforge.net/projects/ascoos-web-extended-studio/ ASCOOS Web Server is a rich package designed as a versatile web server for development purposes. It incorporates third-party components such as PHP, MySQL, pgSQL, MongoDB and FileZilla and stands out through a compact setup and a well-built administrative panel. ASCOOS Web Server allows you to work with multiple versions of PHP and MySQL without having to re...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    This project is intended to provide code to be used with MySQL and Python to create a database of major league baseball game events which are freely provided by the mlb.com Gameday application. Older version also support creating a retrosheet.org database but that is no longer supported. All major and minor league pitch location and game statistic data can be downloaded using BBOS. Installation Videos! Part 1: http://youtu.be/rnv2VLcG-eI Part 2: http://youtu.be/eFudbMWHNlQ Special...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Nodock

    Nodock

    Docker Compose for Node projects with Node, MySQL, Redis, MongoDB

    Nodock is a lightweight, modular set of Docker and Docker Compose configurations for rapidly spinning up local development environments. Designed to be developer-friendly, it supports a variety of stacks like Node.js, PHP, Python, and databases like PostgreSQL and MySQL. Nodock simplifies onboarding and standardizes environments across teams without the overhead of full-fledged container orchestration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite ./mysql2sqlite About the Windows executable and the Python script...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    A database to support large history research projects. This is desktop application focuses on aiding individuals working on large projects like books and dissertations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PyProperties

    Provides support for properties files in Python 3.x

    pyproperties provides support for properties files in Python. Being written entirely from scratch it is not in any way derived from java.util.Properties. There are projects which try to mimic j.u.P. This is not one of them. It can read, parse and store properties files but also provides some more advanced functionality like manipulating comments and type-guessing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GUI for DEDA

    GUI for DEDA

    GUI for DEmography Data Analysis

    <This project has been completely rewrote and transformed into a new one: https://sourceforge.net/projects/deday/. 2013/06/26> The graphic user interface for DEDA (DEmography Data Analysis), a scientific software package fitting survivalship data to a number of distributions using maximum likelihood (ML) method. Currently, Weibull (2p), Gompertz and Gompertz-Makeham are supported. IMPORTANT NOTICE: Only the GUI is provided here. In order to perform the analysis, one also need the DEDA...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CUBRID Interface
    This is a spin-off project of CUBRID engine project(sf.net/projects/cubrid) and developing CUBRID APIs for better support. The project covers JDBC, PHP, ODBC, OLEDB, Ruby, Python, etc.. For more information, visit our web site: http://cubrid.org.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Seven-Labs

    Seven-Labs

    Application Development

    This repository serves as our entire project space which contains all of the open-source projects we've worked on. - C/C++ - C#/.NET - PHP - HTML5/CSS3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Konsultant is a KDE application for a small team of consultants to manage clients, tickets, and projects. A working postgres server is required for operation. The design goal is to create both a working application, but also a simple application fram
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    y_serial: warehouse Py objects w/ SQLite
    Serialization + persistance : in a few lines of code, compress and annotate Python objects into SQLite; then later retrieve them chronologically by keywords without any SQL. Most useful "standard" module for a database to store schema-less data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Datacleaning Open Source
    A group a subprojects for Data Cleaning projects, mainly as a step of a Data Mining Project. Visit www.datacleaningopensource.com to review our current applications or if you want to add yours. NOTE: PROGRAMMING SKILLS ARE REQUIRED.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This project is an customised, highly evolved open source L2J server emulation software. Main source bases mostly on L2JOfficial project files. Project is written in Java, Python, XML, HTML, SQL and so on. //// and is not available to all anymore. ho
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cloud Target is a front-end to the python scripts that google uses to create, run and upload projects to its App Server system. This .NET application is based on the OSX front-end provided by Google in the SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Python-based PostgreSQL replicator using a master plpython trigger, signals, sequences, and a python client script See http://pgfoundry.org/projects/pyreplica/ for latest news and file releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BioMa is a specimen based Biodiversity database Manager. It is designed to store, organize, and manipulate biodiversity-related scientific data, either for the purposes of museums, scientific collections, or research projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a testbed for projects of personal interests, especially academic projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DesktopTools is a collection of small utillities which help to make your daily life easier. Since the tools themself are rather small (projectwise) I keep them not as individual projects, but have them under this collective name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LFReD. One of the most powerful conversational AI projects and the closest thing to a fully functioning HAL 9000 anywhere. Additional files will be released shortly. Plans to port to C++ and Python in the works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.