Tags: ui* + python*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Rich is a Python library that adds colors, tables, progress bars, markdown rendering, and syntax highlighting to terminal output, making CLI tools and REPL sessions significantly more readable and visually polished across Linux, macOS, and Windows.
    - Its `print` is a drop-in replacement for the built-in, so you can swap it in with only an import change and embed markup like ` bold magenta » ` directly in strings
    - Can be installed into the Python REPL to automatically pretty-print any data structure you inspect
    - Supports true color and emoji on modern Windows Terminal, falling back to 16 colors on classic terminals
    - Requires Python 3.8+
    2026-08-24 Tags: , , , , , , , by klotz
  2. The author discusses 10 Python libraries that have reduced the need to build traditional UIs, focusing on backend power and efficiency. The article begins by stating a shift away from frontend development towards leveraging powerful Python libraries for backend tasks.

    | Library | Description |
    |-------------|-------------------------------------------------|
    | Textual | Terminal UIs that look like native apps |
    | Remi | Web apps from Python scripts (no HTML needed) |
    | NiceGUI | Reactive GUIs with Python and Vue |
    | Flet | Flutter-like UIs in pure Python |
    | Eel | Web frontends + Python backends |
    | Dear PyGui | Fast, GPU-accelerated GUI engine |
    | pywebview | Native webview windows powered by Python |
    | Toga | Native UIs for desktop and mobile |
    | JustPy | Interactive web apps in pure Python |
    | Gooey | Turns CLI apps into GUIs instantly |
    2025-07-28 Tags: , , , , , by klotz
  3. An open-source project offering a functional RAG UI for document QA, suitable for both end-users and developers. It supports various LLM providers, is customizable, and offers multi-modal QA, citations, and complex reasoning methods.
    2024-10-13 Tags: , , , , , , , by klotz
  4. Mesop is a Python-based UI framework that allows you to rapidly build web apps like demos and internal apps. Easy to get started, fast iteration, and flexible & composable.
    2024-06-16 Tags: , , , , , , , , by klotz
  5. Ragna is an open source RAG orchestration framework.

    With an intuitive API for quick experimentation and built-in tools for creating production-ready application, you can quickly leverage Large Language Models (LLMs) for your work.
    2023-11-02 Tags: , , , , , , , by klotz
  6. pip install 'ragna builtin » ' # Install ragna with all extensions
    ragna config # Initialize configuration
    ragna ui # Launch the web app
    2023-11-02 Tags: , , , , , , , by klotz
  7. 2014-08-24 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "ui+python"

About - Propulsed by SemanticScuttle