Showing 15 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
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    Intellij rainbow brackets

    Intellij rainbow brackets

    Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco

    Compatible with IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Gogland, DataGrip, Rider, MPS, Android Studio, HUAWEI DevEco Studio, DataSpell, Code With Me. Supports Java, Scala, Clojure, Kotlin, Python, Haskell, Agda, Rust, JavaScript, TypeScript, Erlang, Go, Groovy, Ruby, Elixir, ObjectiveC, PHP, HTML, XML, SQL, Apex language, C#, Dart, Pug/Jade, Bash, Vue.js, C# Razor Pages, GLSL(the OpenGL Shading Language), Go Template, C++, C, etc. Eliminate context switching...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    Droid-ify

    Droid-ify

    F-Droid client with Material UI

    A quick material F-Droid client.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 3
    DivKit

    DivKit

    DivKit is an open source Server-Driven UI (SDUI) framework

    DivKit is an open source Server-Driven UI (SDUI) framework. It allows you to roll out server-sourced updates to different app versions. Also, it can be used for fast UI prototyping, allowing you to write a layout once and then ship it to iOS, Android, and Web platforms. DivKit is an excellent choice to start using server-driven UI in your project because it can be easily integrated as a simple view in any part of your app. At the starting point, you don’t need a server integration. You can...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    FlorisBoard

    FlorisBoard

    An open-source keyboard for Android which respects your privacy

    FlorisBoard is a free and open-source keyboard for Android 7.0+ devices. It aims to be modern, user-friendly, and customizable while fully respecting your privacy. Currently in early beta state.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    Compose Kotlin UI

    Compose Kotlin UI

    A modern UI framework for Kotlin that makes building performant

    Fast reactive desktop UIs for Kotlin, based on Google's modern toolkit and brought to you by JetBrains. Compose for Desktop simplifies and accelerates UI development for desktop applications, and allows extensive UI code sharing between Android and desktop applications. Currently in alpha. Compose for Desktop provides a declarative and reactive approach to creating user interfaces with Kotlin. Combine composable functions to build your user interface, and enjoy full tooling support from your...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Calf

    Calf

    Calf is a library that allows you to easily create adaptive UIs

    Calf is a library that allows you to easily create adaptive UIs for your Compose Multiplatform apps.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Maestro

    Maestro

    Painless Mobile UI Automation

    Maestro is the simplest and most effective mobile UI testing framework. Maestro is built on learnings from its predecessors (Appium, Espresso, UIAutomator, XCTest) and allows you to easily define and test your Flows. Built-in tolerance to flakiness. UI elements will not always be where you expect them, screen tap will not always go through, etc. Maestro embraces the instability of mobile applications and devices and tries to counter it. Built-in tolerance to delays. No need to pepper your...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Corbind

    Corbind

    Kotlin Coroutines binding APIs for Android UI widgets

    Coroutines binding APIs for Android UI widgets from the platform and support libraries. This library is for Android applications only. Help you to transform Android UI events into cold Flow, hot ReceiveChannel or just perform an action through an Actor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    YouTube Downloader ArmoMan

    YouTube Downloader ArmoMan

    An android application to download audio (mp3) from YouTube videos.

    An android application to download audio (mp3) from YouTube videos and from playlists. YouTube Downloader ArmoMan is an intuitive Android application designed to empower users to effortlessly extract high-quality MP3 audio from YouTube videos and playlists. With a user-friendly interface and a host of convenient features, this app simplifies the process of downloading and enjoying your favorite YouTube content in audio format. Download from SourceForge or GitHub. GitHub download page...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    ZoomLayout

    ZoomLayout

    2D zoom and pan behavior for View hierarchies, images, video streams

    A collection of Android components that support zooming and panning of View hierarchies, images, video streams, and much more. In fact, ZoomLayout, ZoomImageView and ZoomSurfaceView are just very simple implementations of the internal ZoomEngine. The Zoom engine lets you animate everything through constant updates, as long as you feed it with touch events, with a Matrix-based mechanism that makes it very flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ComposeCookBook

    ComposeCookBook

    A Collection on all Jetpack compose UI elements, Layouts, Widgets

    A Collection of all Jetpack composes UI elements, Layouts, Widgets, and Demo screens to see it's potential. Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FlowBinding

    FlowBinding

    Kotlin Coroutines Flow binding APIs for Android's platform

    Kotlin Flow binding APIs for Android’s platform and unbundled UI widgets, inspired by RxBinding. Flow is (conceptually) a reactive stream implementation provided by the Kotlinx-coroutines-core artifact. FlowBinding offers an extensive set of extension functions that turn traditional callbacks/listeners on Android UI widgets into the Flow type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Indicator Fast Scroll

    Indicator Fast Scroll

    Android library providing UI control to scroll through RecyclerView

    Android library providing a simple UI control for scrolling through RecyclerViews.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Light

    Light

    The usual Snackbar, but elegant

    The usual Snackbar, but elegant. Inspired by Toasty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RxBinding

    RxBinding

    RxJava binding APIs for Android's UI widgets

    ... and AsyncTask. With RxJava and RxBinding, this logic can be greatly simplified and you can describe the interaction patterns between multiple UI components. You can use the RxJava to convert Android view events to Observables. Essentially the library wraps the listener and implements the Observable interface. RxBinding can be indicated as an extension for RxJava, which helps you to use it on Android development simply and easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 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.