awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
p-ranav avatar

p-ranav/pprintArchived

0
View on GitHub↗
935 stars·81 forks·C++·MIT·6 views

Pprint

Pretty Printer for Modern C++

Features

  • Data Formatting - Pretty-printing utility for modern C++.
  • General Utilities - Pretty printer for modern C++.

Star history

Star history chart for p-ranav/pprintStar history chart for p-ranav/pprint

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pprint

Similar open-source projects, ranked by how many features they share with Pprint.
  • louisdx/cxx-prettyprintlouisdx avatar

    louisdx/cxx-prettyprint

    570View on GitHub↗

    A header-only library for C++(0x) that allows automagic pretty-printing of any container.

    C++
    View on GitHub↗570
  • mobius3/asapmobius3 avatar

    mobius3/asap

    77View on GitHub↗

    A C++ header-only library for creating, displaying, iterating and manipulating dates

    C++
    View on GitHub↗77
  • fmtlib/fmtfmtlib avatar

    fmtlib/fmt

    23,596View on GitHub↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    C++
    View on GitHub↗23,596
  • p-ranav/tabulatep-ranav avatar

    p-ranav/tabulate

    2,166View on GitHub↗

    Table Maker for Modern C++

    C++
    View on GitHub↗2,166
See all 30 alternatives to Pprint→

Frequently asked questions

What does p-ranav/pprint do?

Pretty Printer for Modern C++

What are the main features of p-ranav/pprint?

The main features of p-ranav/pprint are: Data Formatting, General Utilities.

What are some open-source alternatives to p-ranav/pprint?

Open-source alternatives to p-ranav/pprint include: mobius3/asap — A C++ header-only library for creating, displaying, iterating and manipulating dates. viatorus/emio — A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… louisdx/cxx-prettyprint — A header-only library for C++(0x) that allows automagic pretty-printing of any container. p-ranav/tabulate — Table Maker for Modern C++. abrg-models/morphologica — Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.