Showing 163 open source projects for "python user interface"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    Douya Bean sprouts

    Douya Bean sprouts

    A Material Design app for douban.com

    The open source Material Design Douban client. Among all people who directly access Douban, the most common and consistent usage is around ratings, comments, discoveries, and discussions around movies, TV, books, records, and events (what we call "items"). We will use the ratings and comments that are synchronized with the website as a starting point and basis to reconstruct the discovery and discussion around personal interests on the mobile phone. Douban is never a single website, and the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    Easy HotSpot, A super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices and works using the PHP PEAR2 API client by boenrobot. This PHP/MySql/Bootstrap based package can be installed in any supporting OS in a local webserver of the client or in any internet based webservers of choice. Put the contents/source code in the root or in a sub folder of the host/domain, as required. A MySql database need to be created in order to work, but the package will...
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    bxSlider

    bxSlider

    Responsive jQuery content slider

    The fully-loaded, responsive jQuery content slider. 4.2.0 Introduces a streamlined build process using gulp. Along with this new build process the projects folder structure has been changed. You will find a dist folder with all assets ready to use, including both minified and unminified versions of the javascript. These assets should be ready to go. In src you will find the uncompiled assets, including a new less version of the css for bxslider. This is an important step for bxslider. It...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    tipsi-stripe

    tipsi-stripe

    React Native Stripe binding for iOS/Android platforms

    React Native Stripe binding for iOS/Android platforms. You can use real cards for payments on test environment without hesitation. You won't be charged on test environment for card payments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 5
    ShineButton

    ShineButton

    This is a UI lib for Android, effects like shining

    ShineButton is a UI lib for Android. Effects like shining. Icon shape is made from png mask. Please see raw files. Requires Android 4.0+. Provides SVG support, font support, and image support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    KolodaView

    KolodaView

    Simplify the implementation of Tinder-like cards on iOS

    KolodaView is a class designed to simplify the implementation of Tinder-like cards on iOS. It adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading. KolodaView is subclassed from UIView and - as with all UIKit components, it should only be accessed from the main thread. You may wish to use threads for loading or updating KolodaView contents or items, but always ensure that once your content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SmoothProgressBar

    SmoothProgressBar

    Android library to have a smooth and customizable progress bar

    A small Android library allowing you to have a smooth and customizable horizontal or circular indeterminate ProgressBar. SmoothProgressBar is a library allowing you to make a smooth indeterminate progress bar. You can either user your progress bars and set this drawable or use directly the SmoothProgressBarView.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Interactable

    Interactable

    Experimental implementation of high performance interactable views

    This is an experimental implementation of a declarative API for handling fluid user interactions with views at 60 FPS in React Native. Here are some example use-cases for views that users can interact with. Swipeable card (a la Google Now) springing into place unless swiped away with enough force. Drawer snapping between closed and open with buttons appearing gradually as it's being dragged. Collapsible header that snaps to a smaller size as the content below is being scrolled. Chat heads (a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Light

    Light

    The usual Snackbar, but elegant

    The usual Snackbar, but elegant. Inspired by Toasty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    BottomBar

    BottomBar

    Custom view component that mimics the new Material Design pattern

    A custom view component that mimics the new Material Design Bottom Navigation pattern. You can add items by writing a XML resource file. The icons must be fully opaque, solid black color, 24dp and with no padding. For example, with Android Asset Studio Generic Icon generator, select "TRIM" and make sure the padding is 0dp. Define your tabs in an XML resource file. Then, add the BottomBar to your layout and give it a resource id for your tabs xml file. By default, the tabs don't do anything...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Bricks.js

    Bricks.js

    A blazing fast masonry layout generator for fixed width elements

    Bricks capitalizes on batched reading of layout properties for blazing fastpacking time, no matter how many items. Bricks was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. It's recommended that you assign your Bricks instance to a variable. Using your instance, you can enable and disable the resize handler, add and remove event handlers, accommodate dynamically added elements, etc....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Computer@Therapy

    Computer@Therapy

    IT research and therapy in one piece.

    The "Computer@Therapy" (iCT) project was founded in 2012 by J. Fiala inspired by Czech SEN (spec. edu.) cummunity, consequently it continued in coop. with Czech Universities and Open Source oriented corporations. Computer@Therapy is human computer interaction (HCI) research and therapy in one piece. We have pointed out that there are many uncovered SW/HW usability and accessibility issues even on existing apps. Hence we have proposed the SW/HW design principles (called iCT design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    React Native Material Kit

    React Native Material Kit

    Bringing Material Design to React Native

    A set of UI components, in the purpose of introducing Material Design to apps built with React Native, quickly and painlessly. First, cd to your RN project directory, and install RNMK through rnpm . If you don't have rnpm, you can install RNMK from npm with the command npm i -S react-native-material-kit and link it manually. Apply Material Design Buttons with a few lines of code using predefined builders, which comply with the Material Design Lite default theme. And you can definitely build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Android-Bootstrap

    Android-Bootstrap

    Bootstrap style widgets for Android, with Glyph Icons

    Android Bootstrap is an Android library which provides custom views styled according to the Twitter Bootstrap Specification. This allows you to spend more time on development rather than trying to get a consistent theme across your app, especially if you are already familiar with the Bootstrap Framework. Create buttons that support Glyph icons, and are themeable using Bootstrap Brands. BootstrapButtonGroup Allows BootstrapButtons to be grouped together and their attributes controlled en...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BottomSheet

    BottomSheet

    Android component which presents a dismissible view

    BottomSheet is an Android component which presents a dismissible view from the bottom of the screen. BottomSheet can be a useful replacement for dialogs and menus but can hold any view so the use cases are endless. This repository includes the BottomSheet component itself but also includes a set of common view components presented in a bottom sheet. These are located in the commons module. The IntentPickerSheetView component presents an intent chooser in the form of a BottomSheet view. Give...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Slideout.js

    Slideout.js

    A touch slideout navigation menu for your mobile web apps

    Implementing Slideout.js into your project is easy. Slideout is available on cdnjs. Also you can use one of many package managers. First of all, you'll need to create your markup. You should have a menu (#menu) and a main content (#panel) into your body. Add the Slideout.js styles (index.css) in your web application. Then you just include Slideout.js, create a new instance with some options and call the toggle method. Supports Chrome (IOS, Android, desktop), Firefox (Android, desktop),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    react-native-app-intro

    react-native-app-intro

    React native component implementing a parallax effect welcome page

    react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper, similar to the one found in Google's app like Sheet, Drive, and Docs. You can use pageArray quick generation your app intro with parallax effect. With the basic usage, the Android status bar will be updated to match your slide background color. If you need customized page like my Example, you can pass in View component into AppIntro component and set level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PushSharp

    PushSharp

    A server-side library for sending Push Notifications to iOS

    PushSharp is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android/Chrome (GCM/FCM), Windows/Windows Phone, Amazon (ADM) and Blackberry devices! PushSharp v3.0+ is a complete rewrite of the original library, aimed at taking advantage of things like async/await, HttpClient, and generally a better infrastructure using lessons learned from the old code. PushSharp will now follow semver versioning, so major version numbers will go up as there are any breaking API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Android Sliding Up Panel

    Android Sliding Up Panel

    A simple way to add a draggable sliding up panel to Android apps

    This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. As seen in Umano Android App (now acquired by Dropbox). If you are using the library and you would like to have your app listed, simply let us know. Simply add the following dependency to your build.gradle file to use the latest version. Include com.sothree.slidinguppanel.SlidingUpPanelLayout as the root element in your activity layout. The layout...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    RxBinding

    RxBinding

    RxJava binding APIs for Android's UI widgets

    RxJava binding APIs for Android UI widgets from the platform and support libraries. One of the greatest benefits of using RxJava is the possibility of composing asynchronous events in a simpler and more straightforward way. Complex UI interactions in Android can also be simplified as well, especially when there are multiple UI events that can be triggered. To describe the interaction pattern with standard Android code, you would usually need to use a combination of both listeners, Handlers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DialogPlus

    DialogPlus

    Advanced dialog solution for android

    Simple and advanced dialog solution. Uses normal view as dialog. Provides expandable option, multiple positioning, and built-in options for easy implementation. DialogPlus provides 3 position. Top, dialog will appear at top with animation. Center, dialog will appear in the center with animation. Bottom, dialog will appear at the bottom of the screen with animation. DialogPlus provides 3 content types. ListHolder, items will be shown in a listview. GridHolder, items will be shown in a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AndroidAdapters

    AndroidAdapters

    A library, which provides various Adapters for Android apps

    "AndroidAdapters" is an Android-library, which provides feature-rich adapter implementations for providing the underlying data of widgets such as ListView, GridView, ExpandableListView and RecyclerView.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ultra Pull To Refresh

    Ultra Pull To Refresh

    Ultra pull to refresh for Android

    This is an alternative to the pull-to-refresh project that is no longer maintained. Inherited from ViewGroup can contain any View. The function is more powerful than SwipeRefreshLayout. Ultra Pull To Refresh is a replacement for the deprecated pull to refresh solution. It can contain any view you want. It's easy to use and more powerful than SwipeRefreshLayout. It's well designed, you can customize the UI effect you want as easy as adding a headview to ListView. This project has been pushed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AndroidMaterialViewsExample

    AndroidMaterialViewsExample

    An example app using the library "AndroidMaterialViews"

    This project contains an example App, which implements an use case of the Android library "AndroidMaterialViews". The project homepage of the library "AndroidMaterialViews" is available on Sourceforge via the URL https://sourceforge.net/projects/androidmaterialviews.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AndroidMaterialViews

    AndroidMaterialViews

    Provides views, which are suggested by the Material Design guidelines

    "AndroidMaterialViews" is an Android-library, which provides various views, which are suggested by Android's Material Design guidelines, but which are not provided by the official Android SDK. The library's views can also be used on pre-Lollipop devices.
    Downloads: 0 This Week
    Last Update:
    See Project