728 projects for "python windows ui" with 2 filters applied:

  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 1
    UCP Python SDK

    UCP Python SDK

    The official Python SDK for UCP

    UCP Python SDK repository for the Universal Commerce Protocol (UCP) delivers an official Python client library that simplifies building UCP-compliant applications in Python. UCP itself is a modern, open-source standard that empowers seamless commerce interactions between platforms, AI agents, merchants, and payment providers without requiring bespoke integrations for every participant in the commerce ecosystem. This SDK provides Pydantic models for UCP schemas, making it easy for Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Grafana

    Grafana

    Leading open-source visualization and observability platform

    Grafana OSS is a leading open-source visualization and observability platform that lets you query, visualize, alert on, and explore your data—regardless of where it’s stored. With support for 100+ data source plugins (such as Prometheus, Loki, Elasticsearch, InfluxDB, SQL/NoSQL databases, OTel, and more), you can unify metrics, logs, traces, and other observability signals in one place. Grafana OSS empowers you to build dynamic, reusable dashboards with rich visualizations, template...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 3
    Vue Manage System

    Vue Manage System

    Vue3, Element Plus, TypeScript

    Vue Manage System is a multifunctional backend admin template built with Vue 3, Element Plus, and TypeScript. It offers a rapid, developer-friendly foundation for building management system UIs. Structured admin UI framework with Vue 3 and TypeScript. Integrated Element Plus UI component library. Clean and consistent layout suitable for diverse backend apps. Well-suited for projects like ERP, CRM, CMS development. Easy customization of dashboards and components.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    JS Analyzer

    JS Analyzer

    Burp Suite extension for JavaScript static analysis

    ...The extension is designed to reduce manual effort when analyzing large or obfuscated JavaScript assets, helping testers find security vulnerabilities and sensitive information faster and more reliably. It also includes UI features such as live search, result filtering, and the ability to export findings in JSON format for further processing. The underlying engine can be used independently in Python, enabling integration into custom workflows or automated pipelines outside Burp Suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Rackula

    Rackula

    Drag and drop rack visualizer

    Rackula is a browser-based rack layout designer aimed at homelabbers, audio/video technicians, and equipment organizers who want a visual way to plan and document physical device racks. It runs entirely client-side with no backend server required, making it lightweight, fast, and easy to self-host or run locally without external dependencies. Users can drag and drop devices into customizable rack spaces, annotate equipment, set unit sizes, and manage complex layouts as their setup evolves....
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Intelligent stock analysis system

    Intelligent stock analysis system

    LLM-driven A/H/US stock intelligent analyzer

    Intelligent stock analysis system is a Python-based smart stock analysis system that leverages large language models to automatically analyze selected equities across A-shares, Hong Kong stocks, and U.S. markets. It’s designed to produce a daily “decision dashboard” summarizing key insights such as core conclusions, precise entry/exit points, and checklists for potential trades, combining multi-dimensional technical analysis, market sentiment, chip distribution, and real-time price data. The...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    Odoo

    Odoo

    Odoo. Open Source Apps To Grow Your Business

    Odoo is a comprehensive suite of open source business applications designed to manage and streamline various organizational operations. It provides an integrated ecosystem of tools that cover core business functions such as CRM, accounting, eCommerce, inventory, HR, project management, and manufacturing. Each Odoo app can be deployed individually to meet specific business needs or combined to form a powerful all-in-one ERP system. The platform’s modular architecture allows businesses to...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    Datumaro

    Datumaro

    Dataset Management Framework, a Python library and a CLI tool to build

    Datumaro is a flexible Python-based dataset management framework and command-line tool for building, analyzing, transforming, and converting computer vision datasets in many popular formats. It supports importing and exporting annotations and images across a wide variety of standards like COCO, PASCAL VOC, YOLO, ImageNet, Cityscapes, and many more, enabling easy integration with different training pipelines and tools. Datumaro makes it easy to merge datasets, split them into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FinGPT

    FinGPT

    Open-Source Financial Large Language Models

    FinGPT is an open-source, finance-specialized large language model framework that blends the capabilities of general LLMs with real-time financial data feeds, domain-specific knowledge bases, and task-oriented agents to support market analysis, research automation, and decision support. It extends traditional GPT-style models by connecting them to live or historical financial datasets, news APIs, and economic indicators so that outputs are grounded in relevant and recent market conditions...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10
    Optopsy

    Optopsy

    A nimble options backtesting library for Python

    Optopsy is a Python-based, nimble backtesting and statistics library focused on evaluating options trading strategies like calls, puts, straddles, spreads, and more, using pandas-driven analysis. The csv_data() function is a convenience function. Under the hood it uses Panda's read_csv() function to do the import. There are other parameters that can help with loading the csv data, consult the code/future documentation to see how to use them. Optopsy is a small simple library that offloads...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    LatentMAS

    LatentMAS

    Latent Collaboration in Multi-Agent Systems

    LatentMAS is an advanced framework for multi-agent reinforcement learning (MARL) that uses latent variable modeling to bridge perception and decision-making in environments where agents must coordinate under uncertainty. It provides mechanisms for agents to learn high-level latent representations of states, which simplifies complex sensory inputs into compact, actionable embeddings that facilitate both individual policy learning and inter-agent coordination. Using this latent space, the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Union Pandera

    Union Pandera

    Light-weight, flexible, expressive statistical data testing library

    The open-source framework for precision data testing for data scientists and ML engineers. Pandera provides a simple, flexible, and extensible data-testing framework for validating not only your data but also the functions that produce them. A simple, zero-configuration data testing framework for data scientists and ML engineers seeking correctness. Access a comprehensive suite of built-in tests, or easily create your own validation rules for your specific use cases. Validate the functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Arcane

    Arcane

    Modern Docker Management, Designed for Everyone

    Arcane is a modern, open-source Docker management platform crafted to simplify container orchestration and service operations with an intuitive interface and broad tooling support. Aimed at developers, sysadmins, and self-hosters alike, Arcane combines both graphical and command-line experiences for discovering, launching, and managing containers, images, networks, and volumes across local and remote environments. It emphasizes usability and accessibility, making it less intimidating than...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    ConcurrentSim.jl

    ConcurrentSim.jl

    Discrete event process oriented simulation framework written in Julia

    A discrete event process-oriented simulation framework written in Julia inspired by the Python library SimPy. One of the longest-lived Julia packages (originally under the name SimJulia).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CUDOS Framework

    CUDOS Framework

    Command Line Interface tool for Cloud Intelligence Dashboards

    The AWS Cloud Intelligence Dashboards Framework is a set of open-source tools and templates designed to help organizations deploy and manage advanced data visualization dashboards that offer insights into cost, usage, governance, and operational health across AWS environments. It is part of the AWS Solutions Library and includes CloudFormation templates, CLI commands, and pre-built dashboards that collect, process, and visualize data from AWS billing, cost management, budgets, and usage...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    AWS SDK for pandas

    AWS SDK for pandas

    Easy integration with Athena, Glue, Redshift, Timestream, Neptune

    aws-sdk-pandas (formerly AWS Data Wrangler) bridges pandas with the AWS analytics stack so DataFrames flow seamlessly to and from cloud services. With a few lines of code, you can read from and write to Amazon S3 in Parquet/CSV/JSON/ORC, register tables in the AWS Glue Data Catalog, and query with Amazon Athena directly into pandas. The library abstracts efficient patterns like partitioning, compression, and vectorized I/O so you get performant data lake operations without hand-rolling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenOps

    OpenOps

    The batteries-included, No-Code FinOps automation platform

    OpenOps is an open-source, no-code FinOps automation platform designed to help organizations manage and optimize cloud financial operations with minimal manual effort. At its core, OpenOps provides a visual workflow builder that lets teams construct automated processes for cloud cost optimization, budgeting, tagging, allocation, forecasting, and anomaly management without writing code, making complex financial workflows approachable for both technical and financial users. The platform...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    Tracearr

    Tracearr

    Real-time monitoring for Plex, Jellyfin, and Emby servers

    Tracearr is an open-source streaming access manager designed to help media server owners understand and control who is accessing their content across platforms like Plex, Jellyfin, and Emby. It centralizes access statistics and provides tools for filtering and visualizing usage, making it easier to answer questions about viewer behavior and resource consumption, such as who is watching what and when. By monitoring requests in real time, the system can differentiate between unique users,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    Open Wearables

    Open Wearables

    Self-hosted platform to unify wearable health data

    Open Wearables is an open-source initiative that aims to provide a community-driven ecosystem for wearable device software and interoperability by connecting sensor data, activity tracking, and health insights across multiple platforms and devices. Instead of relying on closed vendor ecosystems, the project provides standardized data models and APIs that let developers and hobbyists collect, sync, and analyze biometric and environmental data from wearables, DIY sensors, and open hardware...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    AI Data Science Team

    AI Data Science Team

    An AI-powered data science team of agents

    AI Data Science Team is a Python library and agent ecosystem designed to accelerate and automate common data science workflows by modeling them as specialized AI “agents” that can be orchestrated to perform tasks like data cleaning, transformation, analysis, visualization, and machine learning. It provides a modular agent framework where each agent focuses on a step in the typical data science pipeline — for example, loading data from CSV/Excel files, cleaning and wrangling messy datasets,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tally

    Tally

    Let agents classify your bank transactions

    Tally is an open-source, AI-assisted tool designed to automate the classification of personal financial transactions, helping users turn raw bank data into meaningful categories without manual tagging. At its core, Tally pairs a local rule engine with large language models so that an AI assistant (like Claude Code, Copilot, or any CLI agent) interprets, suggests, and categorizes expenses, savings, subscriptions, and income events based on your own rules and behavior. It generates...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AI Hedge Fund

    AI Hedge Fund

    An AI Hedge Fund Team

    This repository demonstrates how to build a simplified, automated hedge fund strategy powered by AI/ML. It integrates financial data collection, preprocessing, feature engineering, and predictive modeling to simulate decision-making in trading. The code shows workflows for pulling stock or market data, applying machine learning algorithms to forecast trends, and generating buy/sell/hold signals based on the predictions. Its structure is educational: intended more as a proof-of-concept than a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    city-roads

    city-roads

    Visualization of all roads within any city

    city-roads is a data visualization and mapping project that renders street networks of cities as vector paths, offering an interactive, zoomable experience that highlights how cities are stitched together by their road infrastructure. It typically fetches open map data (such as from OpenStreetMap) and then processes that data into geometry suited for rendering in the browser, allowing users to explore intricate road layouts at various scales. The visual style often abstracts away labels and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    WYGIWYH

    WYGIWYH

    A simple but powerful self-hosted finance tracker

    WYGIWYH (What You Get Is What You Have) is a self-hosted, principles-first personal finance tracker built for people who prefer a simple, intuitive approach to tracking money without complicated budgets or categories. Based on a philosophy that you should use what you earn each month for that month, it helps you understand where your funds go while keeping savings clearly separated so they aren’t accidentally dipped into for everyday expenses. The app supports multiple currencies,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Universal Commerce Protocol

    Universal Commerce Protocol

    Specification and documentation for the Universal Commerce Protocol

    UCP (Universal Commerce Protocol) is an open standard intended to make commerce integrations interoperable across platforms, agents, businesses, and payment providers without bespoke, one-off connector builds. It defines a shared “common language” and functional primitives so that different systems can express commerce actions and state transitions in a consistent way. The protocol is designed around the realities of existing retail infrastructure, aiming to fit into current operational...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB