awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

Awesome GitHub RepositoriesVisual Data Exports

Exporting screen captures and image data into files or base64 strings.

Distinct from Data Export: Specific to exporting visual/image data rather than generic structured or tabular data.

Explore 8 awesome GitHub repositories matching data & databases · Visual Data Exports. Refine with filters or upvote what's useful.

Awesome Visual Data Exports GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • danielgindi/chartsAvatar de danielgindi

    danielgindi/Charts

    28,005Ver en GitHub↗

    Charts is a data visualization framework and charting library for iOS, tvOS, and macOS. It provides a set of graphical components used to render interactive line, bar, pie, and scatter charts to represent complex data sets. The project serves as an implementation of a charting library adapted specifically for the Apple ecosystem. It includes a rendering engine capable of plotting data points directly from database records. The framework covers a broad range of visualization capabilities, including interactive data exploration via zooming and panning gestures, visual style customization for c

    Allows saving rendered charts as image files or exporting them to the device gallery.

    Swift
    Ver en GitHub↗28,005
  • plotly/plotly.jsAvatar de plotly

    plotly/plotly.js

    18,227Ver en GitHub↗

    Plotly.js is a JavaScript charting library and interactive graphing framework used to create web-based visualizations. It functions as a high-performance data visualization engine that utilizes both SVG for static elements and WebGL for hardware-accelerated rendering of large datasets and complex 3D plots. The library is distinguished by specialized toolkits for financial analysis, such as candlestick and OHLC charts, and geographic mapping tools for rendering choropleth and scatter maps with custom projections. It also supports complex scientific visualizations, including Sankey diagrams, pa

    Converts interactive visualizations into static image files via data URLs or direct downloads.

    JavaScriptcharting-librarychartsd3
    Ver en GitHub↗18,227
  • pyecharts/pyechartsAvatar de pyecharts

    pyecharts/pyecharts

    15,761Ver en GitHub↗

    pyecharts is a Python visualization library and wrapper for the Echarts JavaScript engine. It translates Python data and configurations into JSON specifications to generate interactive web-based charts and graphs. The library provides specialized capabilities for geographic data mapping using a comprehensive library of map assets to visualize spatial information. It also includes utilities to capture rasterized snapshots of rendered web visualizations for export as static image files. The tool supports rendering interactive plots directly within data science notebook environments and exporti

    Captures snapshots of rendered visualizations and exports them as static image files for reports.

    Python
    Ver en GitHub↗15,761
  • programthink/zhaoAvatar de programthink

    programthink/zhao

    14,005Ver en GitHub↗

    Zhao is a research ecosystem and collaborative repository designed for the mapping and documentation of political elite networks. It consists of structured YAML kinship datasets and a system for converting these records into visual relationship charts and kinship trees. The project transforms raw relationship data into visual network maps rendered as PDF and JPEG images. This process utilizes graph visualization tools to compile structured data into downloadable assets that illustrate family connections and power networks. The framework supports collaborative open data curation through versi

    Exports structured YAML relationship data into downloadable visual formats like PDF and JPG.

    Python
    Ver en GitHub↗14,005
  • simular-ai/agent-sAvatar de simular-ai

    simular-ai/Agent-S

    11,855Ver en GitHub↗

    Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov

    Saves screenshots to file paths or encodes them as base64 data URLs for external use.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    Ver en GitHub↗11,855
  • gephi/gephiAvatar de gephi

    gephi/gephi

    6,536Ver en GitHub↗

    Gephi is an open-source desktop application for visualizing and analyzing large-scale network graphs. It provides an interactive platform for exploring complex relational data, combining hardware-accelerated rendering with real-time layout controls and a plugin-based modular architecture. The platform distinguishes itself through its ability to handle networks of up to 100,000 nodes and 1,000,000 edges using a custom OpenGL rendering engine, enabling smooth real-time interaction. It includes a force-directed layout engine with real-time adjustment, a dynamic filter pipeline for selecting node

    Customizes node colors, sizes, and labels using ranking data, then exports as SVG, PNG, or PDF.

    Java
    Ver en GitHub↗6,536
  • ankane/chartkickAvatar de ankane

    ankane/chartkick

    6,526Ver en GitHub↗

    Chartkick is a Ruby on Rails visualization library and JavaScript charting wrapper that provides a high-level interface for integrating interactive charts into web applications. It functions as a multi-engine charting adapter, wrapping various JavaScript charting libraries to provide a consistent API for rendering data visualizations. The project is distinguished by its engine abstraction, which allows users to switch between different JavaScript charting libraries without modifying the underlying data sources. It also supports asynchronous data visualization, fetching chart data from remote

    Exports rendered visualizations as image files for use in external reports.

    Ruby
    Ver en GitHub↗6,526
  • pyqtgraph/pyqtgraphAvatar de pyqtgraph

    pyqtgraph/pyqtgraph

    4,297Ver en GitHub↗

    PyQtGraph is a scientific plotting and graphics framework built for PyQt and PySide applications, providing fast, interactive 2D and 3D visualizations with GPU-accelerated rendering. It serves as both a real-time signal monitoring system for streaming time-series data and a toolkit for constructing interactive data dashboards with dockable panels, parameter trees, and custom widgets. The library also includes a node-based visual flowchart tool for building data processing pipelines and a scientific graphics export system that saves plots as PNG, SVG, or CSV and converts items to Matplotlib for

    Exports plots and graphics to PNG, SVG, and CSV formats for sharing and analysis.

    Pythonhacktoberfestnumpypython
    Ver en GitHub↗4,297
  1. Home
  2. Data & Databases
  3. Data Export
  4. Visual Data Exports

Explorar subetiquetas

  • Styled Graph ExportsCustomizing node appearance using data attributes and exporting the final visualization as vector or raster graphics. **Distinct from Visual Data Exports:** Distinct from Visual Data Exports: focuses on styling graph elements (nodes, edges) before export, not general screen capture.