Search Results for "python user interface" - Page 2

Showing 44 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
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    Flutter UI Nice

    Flutter UI Nice

    More than 130+ pages in this beautiful app

    flutter-ui-nice is a collection of Flutter UI examples and clones that replicate popular mobile app designs. It includes sample implementations of login screens, shopping flows, media apps, dashboards, and social layouts. The goal is to give developers a reference for how to achieve common UI patterns using Flutter widgets and theming. Each example is designed to be clean, responsive, and easy to adapt into production codebases. The repository is particularly helpful for beginners who want...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Fritter

    Fritter

    A privacy-friendly Twitter frontend for mobile devices

    Fritter is an open-source frontend for Twitter, focusing on giving you the best experience and keeping your data private, local, and in your hands. No tracking, with all data local. Save tweets locally and offline. See what's trending in the world. Light and Dark themes, protect your eyes. Follow and group accounts. View results without needing to vote. Find users and tweets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Flutter Food App UI

    Flutter Food App UI

    Order Food App UI for iOS and Android Developed in Flutter

    ...For those who are curious, the original design can be viewed on my Dribbble or Behance account. Please take a moment to immerse yourself in this captivating user interface, and I trust that you will enjoy the experience as much as I have enjoyed bringing it to life.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Flutter Twitter Clone

    Flutter Twitter Clone

    Fully functional Twitter clone built in flutter framework

    ...The project covers authentication, posting tweets, image uploads, likes, comments, retweets, push notifications, and profile management. Its architecture showcases Firebase Firestore for real-time updates, Firebase Auth for user management, and Firebase Storage for media handling. The UI attempts to closely mirror Twitter’s familiar interface, including a responsive feed, notifications tab, and user discovery. The project illustrates best practices for handling streams, async data, and state management in social apps. It’s both a learning tool and a foundation that can be customized into other social or content-sharing platforms.
    Downloads: 2 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
    Liquid Pull To Refresh

    Liquid Pull To Refresh

    A custom refresh indicator for flutter

    A beautiful and custom refresh indicator for flutter highly inspired by Ramotion Pull Down to Refresh. Try out our live example app. For adding this custom refresh indicator in your flutter app, you have to simply wrap ListView or GridView inside LiquidPullToRefresh. Also, you have to provide the value of the onRefresh parameter which is a refresh callback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pangolin Desktop

    Pangolin Desktop

    Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter

    Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter. You can run Pangolin on any platform that Flutter supports but we recommend running it on Linux as some features of Pangolin are designed exclusively for Linux and won't work on other platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Flutter ScreenUtil

    Flutter ScreenUtil

    Flutter screen adaptation, font adaptation, get screen information

    flutter_screenutil is a responsive design library for Flutter that helps developers create layouts adaptable to multiple screen sizes and pixel densities. It introduces APIs for setting responsive width, height, font sizes, and padding based on the device’s actual screen dimensions. This allows developers to design once and maintain consistent UI proportions across different Android and iOS devices. The package supports automatic scaling, orientation changes, and high-DPI screens without the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flutter EasyLoading

    Flutter EasyLoading

    A clean and lightweight loading/toast widget for Flutter

    A clean and lightweight loading/toast widget for Flutter, easy to use without context, and supports iOS, Android, and the web. First, initialize EasyLoading in your MaterialApp/CupertinoApp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dart

    Dart

    Dart is a client-optimized language for fast apps on any platform

    The Dart SDK, including the VM, dart2js, core libraries, and more. Develop with a programming language specialized around the needs of user interface creation. Make changes iteratively, use hot reload to see the result instantly in your running app. Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web. Mature and complete async-await for user interfaces containing event-driven code, paired with isolate-based concurrency. ...
    Downloads: 1 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
    Decentralized Internet

    Decentralized Internet

    SDK for building decentralized web and distributed computing projects

    This project was created in order to support a new internet. One that is more open, free, and censorship-resistant in comparison to the old internet. An internet that eventually wouldn't need to rely on telecom towers, an outdated grid, or all these other "old school" forms of tech. We believe P2P compatibility is an important part of the future of the net. Grid Computing also plays a role in having a better means of transferring information in a speedy, more cost-efficient and reliable manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fish Redux

    Fish Redux

    An assembled flutter application framework

    Fish Redux is a high-level, componentized application framework for Flutter based on the Redux paradigm. It emphasizes modular “assembly” of application features — you build small “components” with state, actions, views, and connectors, and then assemble them into larger screens or flows. It supports functional programming style, predictable state containers, pluggable component systems, and non-destructive performance (i.e. minimizing unnecessary rebuilds). Fish Redux was developed within...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Cashbox

    an independent decentralized wallet for blockchain-based digital asset

    -Rich collection of tokens; full collection of Ether ERC20 tokens, more popular digital currencies will be added soon -Real-time currency price display; stable and reliable data, the price is under control -Minimalist interface; ultimate user experience -Convenient operation; create, transfer, and collect money quickly -Safe and reliable; professional blockchain development team, localized data storage -Support financial entity cooperation; built-in interface for quick connection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    flutter_neumorphic

    flutter_neumorphic

    A complete, ready to use, Neumorphic ui kit for Flutter

    A complete, ready-to-use, Neumorphic ui kit for Flutter. The main Neumorphic Widget, a container that adds a white/dark gradient depending on a light source and depth. A Modern / Material (upgraded) card usually is a surface floating on top of our perceived background and casting a shadow onto it. The shadow both gives it depth and also in many cases defines the shape itself — as it’s quite often borderless. Neumorphic card however pretends to extrude from the background. It’s a raised shape...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Flutter UI Challenges

    Flutter UI Challenges

    Updated for Flutter 3.x ** 100+ Professional UI implementations

    flutter_ui_challenges is a collection of Flutter UI designs and implementations showcasing various layouts, patterns, and widget usages. It serves as a playground and reference for developers wanting to learn how to replicate complex mobile UI elements in Flutter. The repository includes dozens of screens like onboarding flows, e-commerce pages, profiles, dashboards, and animated components. Each example demonstrates how to combine core Flutter widgets with creative styling and transitions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    flutter_swiper

    flutter_swiper

    The best swiper for flutter, with multiple layouts, infinite loop

    flutter_swiper is a popular Flutter widget for creating carousels, sliders, and swiping interfaces. It supports a wide range of configurations including autoplay, custom pagination indicators, looping, and horizontal or vertical scrolling. The widget is designed for image sliders, onboarding screens, and product showcases, making it a common choice for e-commerce or presentation apps. Developers can extend it with custom builders to create unique effects such as stacked or 3D-like swipes....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flutter Go

    Flutter Go

    Demos and documentation for over 140 Flutter UI components

    flutter-go is a community-driven Flutter application that serves as an interactive catalog of Flutter widgets, layouts, and patterns. It organizes the Flutter ecosystem into browsable categories—basic widgets, material components, Cupertino elements, layout primitives, and animation demos—so learners can see how pieces behave in a running app. Each entry typically includes a live example, code snippet, and brief notes on properties or usage, turning the app into a hands-on reference you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Zhihu Flutter

    Zhihu Flutter

    Clone the UI of the Zhihu app

    zhihu-flutter is a third-party client for Zhihu, a popular Chinese question-and-answer platform, built with Flutter. It replicates core features of the official app, including browsing feeds, reading detailed posts, and interacting with user content. The UI closely mirrors Zhihu’s visual style, with clean typography, article previews, and smooth scrolling lists. It demonstrates practical app structures with network integration, API parsing, and state management for real-world content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flutter UI Kit

    Flutter UI Kit

    Flutter app for collection of UI in a UIKit

    Flutter UI Kit by iampawan is a library of real-world Flutter UI templates—including e-commerce dashboards, shopping lists, login pages, animations, and more. It demonstrates clean code structure, modular design, and reusable components. Ideal for learning Flutter UI patterns and quickly prototyping app interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Personal Library

    Personal Library

    Acts like a real library with the best user interface on the backpack.

    Stores your favorites Books. Lets you track the Users logged,signed up. Time tracing of system access. Delete, and Add both Categories and Books. No fussy configurations, embedded database with Java Runtime Environment enabled.
    Downloads: 0 This Week
    Last Update:
    See Project