Showing 2453 open source projects for "python user interface"

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

    Flux

    Application architecture for building user interfaces

    Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    feathersui-starling

    feathersui-starling

    User interface components for Starling Framework, ActionScript 3

    Feathers UI (Starling edition) is a lightweight, open-source library of user interface components designed specifically for use with the Starling Framework. It allows ActionScript developers to build GPU-accelerated interfaces for games and applications that run on desktop and mobile platforms. With a focus on performance and flexibility, Feathers UI includes buttons, sliders, lists, navigators, and layout containers optimized for Starling's rendering pipeline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ladda

    Ladda

    Buttons with built-in loading indicators

    Ladda is a small UI library that makes buttons feel responsive by combining loading indicators and progress feedback directly inside the button itself. Instead of showing spinners elsewhere on the page, Ladda turns the button into the stateful element: click it, it shows loading, and optionally it can show progress. This pattern improves user experience on forms and actions that take more than a split second, because users immediately understand that the click was received. Ladda ships with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Open Video Downloader

    Open Video Downloader

    A cross-platform GUI for youtube-dl made in Electron and node.js

    A cross-platform GUI for youtube-dl made in Electron and node.js. Download from all kind of platforms: YouTube, vimeo, twitter & many more. Download multiple videos/playlists/channels in one go. Select the resolution and format you want to download in. Download private videos (currently only tested on YouTube). Multithreaded, up to 32 videos can be downloaded synchronously. Shows how much size the download will use up on your system. The app automatically keeps ytdl up-to-date. Please be...
    Downloads: 42 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 5
    Ant Design Vue Pro

    Ant Design Vue Pro

    Use Ant Design Vue like a Pro!

    Ant Design Pro is a production-ready solution for admin interfaces. Built on the design principles developed by Ant Design, this project introduces higher-level components; we have developed templates, components, and a corresponding design kit to improve the user and development experience for admin interfaces. Out-of-the-box mid-stage front-end/design solutions. Carefully designed based on Ant Design system. Extracted from typical pages and scenarios of middle and background applications....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    vue-content-loader

    vue-content-loader

    SVG component to create placeholder loading

    vue-content-loader provides SVG “skeleton screen” components for Vue applications, letting you show animated placeholders that mimic your layout while real content loads. Skeletons reduce perceived waiting time and help prevent layout shifts by reserving space for images, text blocks, and cards. The library exposes composable, declarative shapes so you can approximate your final UI without pixel-perfect templates. Because it renders as vector graphics, the output is crisp on all screens and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RSyntaxTextArea

    RSyntaxTextArea

    A syntax highlighting, code folding text component written in Swing

    RSyntaxTextArea is a syntax highlighting, code folding text component written in Swing. NOTE: For quite awhile now, RSTA's source has been hosted on GitHub, but releases were mirrored here on SourceForge. As of late 2015, all release artifacts are also hosted solely on GitHub. This SourceForge site is simply here to forward folks to our GitHub home: http://github.com/bobbylight/RSyntaxTextArea Artifacts are also available in Maven, e.g. com.fifesoft:rsyntaxtextarea:2.x.x
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8
    ViewUI

    ViewUI

    A high quality UI Toolkit built on Vue.js 2.0

    This project is the original iView. The iView author will continue to develop iView 4.0 and subsequent releases, as well as maintenance work, in this repository. The new component library is named ViewUI, and the iView author will no longer continue to submit content in the original repository. Enterprise-level general-purpose mid-backend front-end solution. Rich layout modes to choose from, high configurability of layout and functions. Powerful authentication system to meet different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CameraView

    CameraView

    Android interface that makes capturing pictures and videos easy

    CameraView is a well-documented, high-level Android interface designed to simplify the process of capturing pictures and videos. It addresses common challenges in camera implementation by providing features like real-time filters, gestures, watermarks, frame processing, RAW support, and flexible output sizes. Developers can integrate CameraView into their applications to enhance camera functionalities without dealing with low-level complexities.
    Downloads: 5 This Week
    Last Update:
    See Project
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 10
    promptui

    promptui

    Interactive prompt for command-line applications

    Interactive prompt for command-line applications. We built Promptui because we wanted to make it easy and fun to explore cloud services with manifold cli. Promptui is a library providing a simple interface to create command-line prompts for go. It can be easily integrated into spf13/cobra, urfave/cli or any cli go application. Prompt provides a single line for user input. Prompt supports optional live validation, confirmation, and masking of the input. Select provides a list of options to choose from. Select supports pagination, search, detailed view, and custom templates. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    react-native-keyboard-aware-scroll-view

    react-native-keyboard-aware-scroll-view

    ScrollView component that handles keyboard appearance

    A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput. You can use the KeyboardAwareScrollView, KeyboardAwareSectionList or the KeyboardAwareFlatList components. They accept ScrollView, SectionList and FlatList default props respectively and implement a custom high order component called KeyboardAwareHOC to handle keyboard appearance. The high order component is also available if you want to use it in any other component. Import...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Prompts

    Prompts

    Lightweight, beautiful and user-friendly interactive prompts

    prompts has no big dependencies nor is it broken into a dozen tiny modules that only work well together. prompt uses layout and colors to create beautiful cli interfaces. prompts uses promises and async/await. No callback hell. All prompts are independent and can be used on their own. Provides a way to submit answers programmatically. Consistent experience across all prompts. Prompt with a single prompt object. Returns an object with the response. Prompt with a list of prompt objects....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Spicetify Themes

    Spicetify Themes

    A community-driven collection of themes for customizing Spotify

    spicetify-themes is a community-driven collection of custom themes for Spicetify, a tool that modifies the Spotify desktop client’s UI. The repository contains dozens of themes with different color palettes, layouts, and design variations, allowing users to personalize the look and feel of Spotify far beyond its default style. Themes are typically CSS-based and can be applied quickly through Spicetify commands, with instructions included for installation and customization. Many themes also...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ContextMenuManager

    ContextMenuManager

    Windows tool to manage and customize right-click context menus

    ContextMenuManager is a Windows utility for enabling, disabling, renaming, icon-editing, deleting, and adding entries to the file/folder, New, Send To, Open With, IE, and Win+X context menus. It features a friendly UI, registry navigation, and multi-language support. Ideal for users seeking granular control over system context options on Windows 7 through 11.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 15
    vuex-persistedstate

    vuex-persistedstate

    Persist and rehydrate your Vuex state between page reloads

    Persist and rehydrate your Vuex state between page reloads. New plugin instances can be created in separate files, but must be imported and added to plugins object in the main Vuex file. It is possible to use vuex-persistedstate with Nuxt.js. It must be included as a NuxtJS plugin. Provides an array of any paths to partially persist the state. If no paths are given, the complete state is persisted. If an empty array is given, no state is persisted. Paths must be specified using dot notation....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ork

    Ork - An OpenGL rendering kernel from Inria

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Adonis UI

    Adonis UI

    Lightweight UI toolkit for WPF applications

    Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals. Adonis UI is an open-source UI library for WPF applications. It offers styles and templates for all major WPF controls. The visual design aims at being similar to WPF's built-in style but brings a visual overhaul to create a more consistent modern look. Stay close to WPF's original look and feel. Does not require any configuration but provides options for those who want to control global and individual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    vue-wait

    vue-wait

    Complex Loader and Progress Management for Vue/Vuex

    vue-wait is a tiny state management plugin that centralizes “loading” and “waiting” indicators across a Vue application. Instead of scattering boolean flags throughout components, you register named waiters and toggle them during async operations. Components can then reactively show spinners, disable buttons, or block routes based on those named states. It’s useful in complex UIs where multiple concurrent requests must be tracked independently yet surfaced consistently in the UI. The API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gooey

    Gooey

    Turn Python command line programs into a full GUI application

    ...It can be used as the frontend client for any language or program. Whether you've built your application in Java, Node, or Haskell, or you just want to put a pretty interface on an existing tool like FFMPEG, Gooey can be used to create a fast, practically free UI with just a little bit of Python (about 20 lines!). To show how this all fits together, and that it really works for anything, we're going to walk through building a graphical interface to one of my favorite tools of all time: FFMPEG. These steps apply to anything, though! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XyZerKunG ServerTool
    XyZerKunG ServerTool helps you to make your own Minecraft server and play with your friend for a few minutes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CalDOM

    CalDOM

    An agnostic, reactive & minimalist (3kb) JavaScript UI library

    An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM. Instead of pulling you into a library-specific magical world, CalDOM let you fully access the DOM directly while keeping the reactivity. So you could take full advantage of native APIs & mix it with other libraries to gain superior performance & flexibility in the development process. In essence, CalDOM is just a wrapper around the native Node/Element. The overall performance drop is about 0.04x...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    YApi

    YApi

    A locally deployable, visual interface management platform

    YApi makes interface development simpler and more efficient, makes interface management more readable and maintainable, and makes team collaboration more reasonable. Provide basic project grouping, project management, interface management functions. Friendly interface documentation, WebSocket-based multi-person collaboration interface editing function and postman-like testing tools, allowing multi-person collaboration to multiply development efficiency. Based on Mockjs, easy to use and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Maggy is a tool for designing an application around a Sqlite or a MySQL database. Oriented towards information databases, its main task is searching information quickly through lists and inverted data. Originally written in php and designed for MySQL, the version 2 is a full rewrite in Python, now oriented to SQLite. MySQL support may be included, but not fully implemented yet. Maggy2 is in beta state and the documentation is missing. But the program is quite fully functional.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Muuri

    Muuri

    Infinite responsive, sortable, filterable and draggable layouts

    Muuri creates responsive, sortable, filterable and draggable layouts. Comparing to what's out there Muuri is a combination of Packery, Masonry, Isotope and Sortable. You can build pretty amazing layouts without a single line of JavaScript these days. However, sometimes (rarely though) CSS just isn't enough, and that's where Muuri comes along. At it's very core Muuri is a layout engine which is limited only by your imagination. You can seriously build any kind of layout, asynchronously in web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Material-UI-Swing

    Material-UI-Swing

    A modern, Material Design UI for Java Swing

    A modern, Material Design UI for Java Swing.
    Downloads: 0 This Week
    Last Update:
    See Project