Showing 2174 open source projects for "python user interface"

View related business solutions
  • 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
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ 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
  • 1
    Rancher UI

    Rancher UI

    Rancher UI

    Rancher is a complete software stack for teams adopting containers. It addresses the operational and security challenges of managing multiple Kubernetes clusters across any infrastructure while providing DevOps teams with integrated tools for running containerized workloads. We highly suggest making customizations as an ember-cli addon rather than forking this repo, making a bunch of changes and then fighting conflicts to keep it up to date with upstream forever. ui-example-addon-machine is...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Avalonia

    Avalonia

    A cross-platform UI framework for .NET

    Avalonia is a cross-platform UI framework for dotnet, providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS. Avalonia is mature and production-ready. We also have in beta release support for iOS, Android and in early stages support for browsers via WASM. Avalonia is open source, free to use, and always will be. Clone the source today to dig deeper. The free VS extension provides everything needed to start, including a XAML...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    OverlayScrollbars

    OverlayScrollbars

    A javascript scrollbar plugin which hides native scrollbars

    A javascript scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling. The plugin combines the features of native scrolling (e.g. hotkeys, speed, smoothness, touch support etc.) and custom HTML & CSS. It does not replace the native scrollbars, it just hides them to guarantee 100% native scrolling. It also provides additional and highly customizable DOM elements to style your own scrollbars. To check how...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Add to Calendar Button

    Add to Calendar Button

    The convenient JavaScript snippet to create buttons

    The convenient JavaScript snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars. Welcome to the maybe most conveniant way working with Add to Calendar Buttons. Supporting all major calendars; in all modern browsers (Chrome, Edge, Firefox, Safari); on Windows, Mac, Android, and iOS as well as rather restricted webview environments like the Instagram in-app browser. For everybody, who wants to include a button at their website or app, which...
    Downloads: 2 This Week
    Last Update:
    See Project
  • My Member Software is the downloadable open source member administration program. Icon
    My Member Software is the downloadable open source member administration program.

    Organizations in need of a powerful Association Management solution

    My Member Software is User friendly frontend member administration, open source and downloadable. Associations, Clubs, Foundations and even companies can administrate their members and it is integrated in the CMS Joomla, but can also run beside a Wordpress or Drupal website. Member administration independend on time and place! Available in a do-it-yourself version or with us included, for a hassle free complete setup. We are also looking for partnerships with Accounting firms and webdesigners.
    Learn More
  • 5
    ReactiveUI

    ReactiveUI

    An advanced, composable, functional reactive model-view-viewmodel

    An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms! Describe what you want, not how to do it & rejoice in the increased readability of your code. Code is communication between people, that also happens to run on a computer. If you optimise for reading by humans, then over a long time your project will end up better. Create re-usable chunks of functionality that can be seamlessly integrated into your reactive pipelines. These chunks might be...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Polybar

    Polybar

    A fast and easy-to-use status bar

    Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting. The main purpose of Polybar is to help users create awesome status bars. It has built-in functionality to display information about the most commonly used services. You can install the AUR package polybar-git to get the latest version, or polybar for the latest stable release. Polybar's powerful yet simple DSL allows for...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Node Modules Inspector

    Node Modules Inspector

    Interactive UI for local node modules inspection

    This is a tool (CLI + interactive UI) for inspecting the node_modules directory of a JavaScript/TypeScript project, created by Anthony Fu. It supports projects using npm, pnpm or bun. The idea is to help developers visualise the dependency graph, see which dependencies are installed, their sizes, types (ESM vs CJS), origins (catalog vs registry), and filter or build a static report of a project’s dependency tree. The project includes a web UI version that you can try at node-modules.dev, and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Intro.js

    Intro.js

    Lightweight library for creating step-by-step customer onboarding

    Intro.js is a lightweight library for creating step-by-step customer onboarding. You can install Intro.js in a few simple steps. Intro.js consists of two main files, the JavaScript part and the CSS part which renders the elements nicely. The simplicity of Intro.js API will help you to develop an advanced onboarding for your products. Intro.js is lightweight, 10kB and has no external dependencies! Intro.js provides various ways to configure your product onboarding and customize every single...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    ComfyUI Examples

    ComfyUI Examples

    Examples of ComfyUI workflows

    ComfyUI_examples is the companion repository for ComfyUI that collects ready-made example workflows, nodes, and compositions to help users learn the node-based interface for AI image generation. Instead of starting from an empty graph, you can open an example and see how prompts, samplers, models, and image processing steps are wired together. This makes ComfyUI more approachable for people coming from “one text box” generators, because they can reverse-engineer complex pipelines visually....
    Downloads: 0 This Week
    Last Update:
    See Project
  • DDoS Protection Solution | A10 Networks Icon
    DDoS Protection Solution | A10 Networks

    For enterprise IT security teams and network administrators looking to safeguard their networks against the latest and more severe DDoS threats

    The standalone SaaS-based DDoS intelligence solution proactively combats the increasing volume and complexity of DDoS threats, reducing operational costs and improving DDoS detection while safeguarding system availability— no dedicated DDoS equipment needed.
    Learn More
  • 10
    better-escape.nvim

    better-escape.nvim

    Map keys without delay when typing

    A lot of people have mappings like jk or jj to escape insert mode. The problem with these mappings is that whenever you type a j, neovim wait about 100-500ms (depending on your timeoutlen) to see if you type a j or a k because these are mapped. Only after that time, the j will be inserted. Then you always get a delay when typing a j.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    evol-colorpicker

    evol-colorpicker

    jQuery UI widget for color picking with web colors, theme colors, etc.

    evol-colorpicker is a web color picker that looks like the one in Microsoft Office 2010. It can be used inline or as a popup bound to a text box. It comes with several color palettes, can track selection history, and supports "transparent" colors. It is a full jQuery UI widget, supporting various configurations and themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    React Native UI Library

    React Native UI Library

    UI Components Library for React Native

    RNUI is a UI toolset & components library for React Native. Basic components like buttons, avatars, and cards and more sophisticated ones like hints, ColorPicker and drawer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    React Native Navigation

    React Native Navigation

    A complete native navigation solution for React Native

    React Native Navigation is a module, dependent on and intended to be used alongside React Native, so some experience with it and knowledge of core concepts is required. We also assume you are working on a Mac with XCode and Android Studio installed and setup. You can also make it work in a Linux distribution, of course, but in that case bear in mind that some sections of the docs that deal with iOS might not be relevant to you. When your app is launched for the first time, the bundle is...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    MASA Blazor

    MASA Blazor

    Blazor UI component library based on Material Design

    Provide a standard basic component library based on Material design specifications. Provides preset components for standard scenarios such as layout, frame standard, Loading, and global exception handling. Starting from more practical scenarios, to meet the needs of more users and scenarios, and to minimize the time cost of developers. Shorten the development cycle and improve development efficiency. And provide a set of examples of Web solutions - MASA Blazor Pro has a variety of common...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Official Android SDK for Stream Chat

    Official Android SDK for Stream Chat

    Android Chat SDK ➜ Stream Chat API. UI component libraries for chat

    This is the official Android SDK for Stream Chat, a service for building chat and messaging applications. This library includes both a low-level chat SDK and a set of reusable UI components. Most users start with the UI components and fall back to the lower-level API when they want to customize things. We're proud to say that we're the first Android Chat SDK that supports Jetpack Compose! We released our Compose UI Components one day after the official Jetpack Compose 1.0 release and our...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Windows Presentation Foundation

    Windows Presentation Foundation

    Framework for building Windows desktop applications

    Windows Presentation Foundation (WPF) is a UI framework for building Windows desktop applications. WPF supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding and documents. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming. WPF applications are based on a vector graphics architecture. This enables applications to look great on high DPI...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    AKHQ

    AKHQ

    Kafka GUI for Apache Kafka to manage topics, topics data, etc.

    Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more. Enabling your teams to search and explore data in a unified console, while supporting its administration and integration within your ecosystem. Multi-Cluster vision into a central console, available in Multi-Cloud environments. Enabling users to access, search and get insights from your topics, including Live Tail. Allowing to manage your topics, consumer groups, cluster...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Fyne

    Fyne

    Cross platform GUI in Go inspired by Material Design

    The Fyne toolkit is an easy-to-learn, free and open-source, platform for building graphical applications for desktop, mobile, and beyond. Combining the power and simplicity of the Go programming language with a carefully crafted library of widgets it is now easier than ever before to build your application and deploy it across all platforms and stores. When Fyne started it was with the ambition to fix all of the complicated or broken things about existing approaches. Building your software...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    uutils coreutils

    uutils coreutils

    Cross-platform Rust rewrite of the GNU coreutils

    uutils is an attempt at writing universal (as in cross-platform) CLI utilities in Rust. Many GNU, Linux and other utilities are useful, and obviously some effort has been spent in the past to port them to Windows. However, those projects are written in platform-specific C, a language considered unsafe compared to Rust, and have other issues. Rust provides a good, platform-agnostic way of writing systems utilities that are easy to compile anywhere, and this is as good a way as any to try and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Refined GitHub

    Refined GitHub

    Browser extension that simplifies GitHub interface and adds features

    Browser extension that simplifies the GitHub interface and adds useful features. Adds a build/CI status icon next to the repo’s name. Hides the Projects tab from repositories and profiles when it’s empty. New projects can still be created via the Create new… menu. Hides forks and watchers counters. Changes the default sort order of milestones Closest due date. Adds useful links to the repository navigation dropdown and moves the "Security" and "Insights" tabs to it as well. Adds a keyboard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    React Pro Sidebar

    React Pro Sidebar

    Components to create high level and customizable side navigation

    React Pro Sidebar is a highly customizable sidebar component for React applications, providing an easy way to create collapsible and responsive side navigation menus. It includes built-in themes and supports icons, submenus, and styling options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MDB Vue UI Kit

    MDB Vue UI Kit

    Vue 3 & Bootstrap 5 & Material Design 2.0 UI KIT

    Bootstrap 5 & Vue 3 UI KIT - 700+ components, MIT license, simple installation. MDB is a collection of free Bootstrap templates, themes, design tools & resources. Simple installation via .zip, npm or cdnjs. Free Hosting, WordPress support, custom domains, SSL support, free database, frontend & backend templates, webpack starter included, git repository, FTP & Jenkins support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Kubernetes Autoscaler

    Kubernetes Autoscaler

    Autoscaling components for Kubernetes

    This repository contains autoscaling-related components for Kubernetes. Cluster Autoscaler, a component that automatically adjusts the size of a Kubernetes Cluster so that all pods have a place to run and there are no unneeded nodes. Supports several public cloud providers. Version 1.0 (GA) was released with kubernetes 1.8. Vertical Pod Autoscaler, a set of components that automatically adjust the amount of CPU and memory requested by pods running in the Kubernetes Cluster. Addon Resizer, a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Pulley

    Pulley

    A library to imitate the iOS 10 Maps UI

    A library to imitate the drawer in Maps for iOS 10/11. The master branch follows the latest currently released version of Swift. If you need an older version of Swift, you can specify it's version (e.g. 1.0.x) in your Podfile or use the code on the branch for that version. Older branches are unsupported. Pulley 2.9.0 has new properties to support a new display mode. The base functionality should work without any significant changes. The biggest change is the new display mode of .compact to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Iced

    A cross-platform GUI library for Rust, inspired by Elm

    Iced is a cross-platform, end-user-oriented GUI library for Rust, inspired by The Elm Architecture. It expects you to split user interfaces into four different concepts, which are: the state of your app; messages, which are user interactions or other meaningful events; view logic, which displays your state as widgets that can result in messages; and update logic, which offers a way to update your state and react to messages. Iced is very simple and easy to use, and is type-safe. It offers...
    Downloads: 0 This Week
    Last Update:
    See Project