Search Results for "python user interface" - Page 5

Showing 154 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
    Clean Me

    Clean Me

    A macOS system analyser and cleaner

    Clean Me uses the pod 'STPrivilegedTask' to handle sensitive data like getting your root password. Clean Me does not save this password, nor does it load the password in a variable. If you do not trust Clean Me, then check its code or block all internet access with Little Snitch or RadioSilence. Normally Clean Me should not request an internet connection, if it does, you app is compromised. In that case, remove the app as soon as possible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    UICircularProgressRing

    UICircularProgressRing

    A circular progress bar for iOS written in Swift

    .... UICircularProgressRing is also fully unit tested as well as snapshot tested so developers can feel safe. Documented: UICircularProgressRing's public API is 100% documented and its something that is enforced before any code is ever added. This is a resource that will help any new user understand how to get the most out of this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    InAppViewDebugger

    InAppViewDebugger

    A UIView debugger (like Reveal or Xcode) that can be embedded

    InAppViewDebugger is a library that implements a view debugger with a 3D snapshot view and a hierarchy view, similar to Reveal and Xcode's own view debugger. The key distinction is, as the project title suggests, that this can be embedded inside the app and used on-device to debug UI issues without needing to be tethered to a computer. 3D snapshot view implemented in SceneKit: Gesture controls for zooming, panning, and rotating. Hierarchy (tree) view that synchronizes its selection with the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ImageSlideshow

    ImageSlideshow

    Swift image slideshow with circular scrolling, timer

    Customizable Swift image slideshow with circular scrolling, timer, and full-screen viewer. To run the example project, clone the repo, and run pod installs from the Example directory first. Set images by using setImageInputs method on ImageSlideshow instance with an array of InputSources. By default, you can use ImageSource which takes UIImage or few other InputSources for the most popular networking libraries. You can also create your own input source by implementing InputSource protocol....
    Downloads: 0 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
    Whisper

    Whisper

    Whisper is a component that will make the task of display messages

    ... an optional action that will be called if the user taps on it, and you'll even get a message when the Shout is gone. Finally, if you want to set how long the Shout should be displayed, you have a duration property.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Touch Bar Simulator

    Touch Bar Simulator

    Use the Touch Bar on any Mac

    Launch the Touch Bar simulator from anywhere without needing to have Xcode installed, whereas Apple requires you to launch it from inside Xcode. It also comes with a handy transparency slider, a screenshot button, a menu bar icon, and a system service to toggle the Touch Bar with a click or keyboard shortcut. Clicking the menu bar icon toggles the Touch Bar window. Right-clicking or option-clicking the menu bar icon displays a menu with options to dock the window to the top or bottom of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Transition

    Transition

    Easy interactive interruptible custom ViewController transitions

    Transition is a library that helps you build iOS view controller transitions. Implementing a nice interactive custom view controller transition involves quite a number of components. You have to implement the correct delegates, handle the switching between passive animation and active interaction phases, ensure the timing is right, think of interruption and cancellation, keep responsibilities separated... It quickly gets messy! This is where Transition helps you out: you just define the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BulletinBoard

    BulletinBoard

    General-purpose contextual cards for iOS

    BulletinBoard is an iOS library that generates and manages contextual cards displayed at the bottom of the screen. It is especially well suited for quick user interactions such as onboarding screens or configuration. It has an interface similar to the cards displayed by iOS for AirPods, Apple TV/HomePod configuration and NFC tag scanning. It supports both the iPhone, iPhone X and the iPad. It has built-in support for accessibility features such as VoiceOver and Switch Control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Side Menu

    Side Menu

    Animated side menu with customizable UI

    Animated side menu with customizable UI. If you want, for example, to dismiss your menu when a tap outside menu takes place, you should pass false to shouldPassEventsOutsideMenu flag and assign a tappedOutsideHandler.In fact, you are free to do whatever you want when a tap outside menu occurs or, if you want to have access to your content view controller, just pass true and assign tappedOutsideHandler to nil.
    Downloads: 0 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
    IBAnimatable

    IBAnimatable

    Design and prototype customized UI, interaction, navigation, etc.

    Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable. The app was made in Interface Builder with IBAnimatable without a single line of code. Due to the size of the GIF file on Dribbble, it only demonstrates a subset of features. We can also find the full HD version on YouTube or MP4 on Github. With IBAnimatable, we can design a UI in Interface Builder like what we can do in Sketch, and prototype...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CVCalendar

    CVCalendar

    A custom visual calendar for iOS 8+ written in Swift

    Using CVCalendar isn't difficult at all. There are two actual ways of implementing it in your project, storyboard setup, and manual setup. Since 1.1.1 version CVCalendar requires the implementation of two protocols CVCalendarViewDelegate and CVCalendarMenuViewDelegate, please implement both. Also note, they both have a method with the same signature which means you need to implement it only once. Two views are representing ultimately a MenuView and a CalendarView so they should have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HGCircularSlider

    HGCircularSlider

    A custom reusable circular / progress slider control for iOS app

    A custom reusable circular/progress slider control for iOS applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CenteredCollectionView

    CenteredCollectionView

    A lightweight UICollectionViewLayout that 'pages' and centers its cell

    CenteredCollectionView is a lightweight drop-in-place UICollectionViewFlowLayout that pages and keeps its cells centered, resulting in the "carousel effect".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Reddit in SwiftUI

    Reddit in SwiftUI

    A cross-platform Reddit client built in SwiftUI

    A cross-platform Reddit client created in SwiftUI. To show off SwiftUI's strength in cross-platform development, I did not use Mac Catalyst for this project. Instead, common UI code is shared between iOS, macOS, and watchOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TangramKit

    TangramKit

    TangramKit is a powerful iOS UI framework implemented by Swift

    TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout, iOS AutoLayout, SizeClass, HTML CSS float and flexbox, and Bootstrap. So you can use LinearLayout, RelativeLayout, FrameLayout, TableLayout, FlowLayout, FloatLayout, and LayoutSizeClass to build your App. UIView UITableView UICollectionView. TangramKit is a simple and easy Swift framework for iOS view layout. The name comes from the Tangram of China which provides some simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PAPER ONBOARDING

    PAPER ONBOARDING

    PaperOnboarding is a material design UI slider. Swift UI library

    iOS library Paper Onboarding is a material design UI slider written on Swift. We specialize in the designing and coding of custom UI for Mobile Apps and Websites. Our web app development agency team builds web, and Front-end applications using modern web application frameworks for innovative tech brands and companies. We act as an extension of product development departments within tech companies by providing remote staff augmentation. Our multidisciplinary development teams are in constant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TextFieldEffects

    TextFieldEffects

    Custom UITextFields effects inspired by Codrops

    Text inputs effects recreated using Swift (some of them have a personal touch). The easiest way to install this framework is to drag and drop the TextFieldEffects/TextFieldEffects folder into your project. This also prevents the frameworks problem in iOS where the IBInspectable and IBDesignable are stripped out. The effects supported are Kaede, Hoshi, Jiro, Isao, Minoru, Yoko, Madoka, Akira, and Yoshiko. Every effect is properly documented in the source code, this is the best way to both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SwipeCellKit

    SwipeCellKit

    Swipeable UITableViewCell/UICollectionViewCell

    Introducing SwipeCellKit. A swipeable UITableViewCell based on the stock Mail.app, implemented in Swift. All source code for SwipeCellKit is available on GitHub. It includes a Demo app that copies the Mail.app Inbox interface. Left and right swipe actions. Action buttons with: text only, text + image, image only. Haptic Feedback. Customizable transitions: Border, Drag, and Reveal. Customizable action button behavior during swipe. Animated expansion when dragging past threshold. Customizable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Motion

    Motion

    A library used to create beautiful animations and transitions for iOS

    Welcome to Motion, a library used to create beautiful animations and transitions for views, layers, and view controllers. Motion is designed for beginner to expert developers. For beginners, you will be exposed to very powerful APIs that would take time and experience to develop on your own, and experts will appreciate the time saved by using Motion. You will learn how to use Motion with a general introduction to fundamental concepts and easy-to-use code snippets. Motion offers default...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Material

    Material

    A UI/UX framework for creating beautiful applications

    Welcome to Material, a UI/UX framework for creating beautiful applications. Material's animation system has been completely reworked to take advantage of Motion, a library dedicated to animations and transitions. Material provides the building blocks necessary to create stunning animations without much effort. Material is a growing project and will encounter changes throughout its development. It is recommended that the Change Log be reviewed prior to updating versions. Icons is a library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DeckTransition

    DeckTransition

    A library to recreate the iOS Apple Music now playing transition

    DeckTransition is an attempt to recreate the card-like transition found in the iOS 10 Apple Music and iMessage apps. The transition can be called from code or using a storyboard. To use via storyboards, just setup a custom segue (kind set to custom), and set the class to DeckSegue. Set modalPresentationCapturesStatusBarAppearance to true in your modal view controller, and override the preferredStatusBarStyle variable to return .lightContent. By default, DeckTransition has a swipe-to-dismiss...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Dozer

    Dozer

    Hide menu bar icons on macOS

    Hide menu bar icons to give your Mac a cleaner look.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AMScrollingNavbar

    AMScrollingNavbar

    Scrollable UINavigationBar following the scrolling of a UIScrollView

    A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view. If you are looking for the category implementation in Objective-C, make sure to checkout version 1.x and prior, although the 2.x is recomended. Make sure to use ScrollingNavigationController instead of the standard UINavigationController. Either set the class of your UINavigationController in your storyboard, or create programmatically a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Popcorn Time for iOS

    Popcorn Time for iOS

    https://github.com/PopcornTimeTV/PopcornTimeTV

    PopcornTimeTV was an Apple TV, iPhone and iPad application to torrent movies and tv shows for streaming. Since 2016, this project has grown exponentially - both in its user base and in its functionality. However, the team size has gone the other way. We went from having 13+ developers on the team to 1 developer and 1 designer, both of whom have lives and projects outside of Popcorn Time. We have decided that we have given our all to this project and it's time for us to move on to pursue greater...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 25
    Cartography

    Cartography

    A declarative Auto Layout DSL for Swift

    Using Cartography, you can set up your Auto Layout constraints in declarative code and without any stringly typing! Call the constrain* function with your UIView or NSView instances as well as a closure in which you declare the constraints between the different attributes of your views. For every view on the left hand side of an equality or inequality operator, Cartography will automatically set its translatesAutoresizingMaskIntoConstraints property to false. If the view is not controlled by...
    Downloads: 0 This Week
    Last Update:
    See Project
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.