Print

Top 23 Print Open-Source Projects

  • mit-deep-learning-book-pdf

    MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville

  • Project mention: Deep Learning Course | news.ycombinator.com | 2023-11-19
  • icecream

    🍦 Never use print() to debug again.

  • Project mention: Show HN: Dbg.h: C macro for quick and dirty print debugging | news.ycombinator.com | 2023-11-28

    Hey, very useful. Thanks! Similar to ic() for python, but with the nice ability to be used inline.

    https://github.com/gruns/icecream

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Gutenberg

    Modern framework to print the web correctly.                                                (by BafS)

  • react-print-pdf

    Build and generate PDF using React 📄 UI kit for PDFs and print documents. Simple, reusable components and templates to create great invoices, docs, brochures. Use your favorite front-end framework React to build your next PDF.

  • Project mention: HTML to PDF renderers: A simple comparison | dev.to | 2024-03-26

    For this comparison we decided to use a simple example of HTML document with some specific CSS styles (fonts, margins, etc.) and a header and footer. We used the react-print-pdf library to design the HTML document using React components. Especially, we re-used the advanced invoice with QR code template from the reac-print-pdf library. We then converted this HTML document to PDF using each of the four libraries and compared both the process required to generate the PDF and the quality of the output. We run the experiment on a MacBook Pro with Apple M1 Pro chip, 32 GB of RAM, using Node.js v20.11.0. We used chromium as the browser for Puppeteer and Playwright.

  • universal-resume

    Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo

  • pocorgtfo

    a "Proof of Concept or GTFO" mirror with an extensive index with also whole issues or individual articles as clean PDFs.

  • clawPDF

    Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Hartija---CSS-Print-Framework

    Universal CSS for web printing

  • Project mention: CSS for Printing to Paper | news.ycombinator.com | 2024-03-03
  • cypress-terminal-report

    Plugin for cypress. Logs to terminal and files, mimicking cypress UI.

  • objprint

    A library that can print Python objects in human readable format

  • IBM-Z-zOS

    The helpful and handy location for finding and sharing z/OS files, which are not included in the product.

  • cute

    a minimalist beautiful Go print (fmt alternative) (by zakaria-chahboun)

  • Flask-WeasyPrint

    Generate PDF files out of your Flask website thanks to WeasyPrint

  • traceprint

    traceprint is a Python package that adds stack trace links to the builtin print function, so that editors such as PyCharm can link to the source of the print call.

  • bashmultitool

    A library for bash shell scripting containing useful helper functions.

  • Printer

    A fancy logger yet lightweight, and configurable. 🖨

  • react-native-star-prnt

    React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers

  • print

    Android print app (by billthefarmer)

  • compile-time-printer

    Prints values and types during compilation!

  • Project mention: Error formatter for template specializations | /r/cpp | 2023-05-03

    You could try out https://github.com/Viatorus/compile-time-printer to print additional debug messages during compilation.

  • rehype-format

    plugin to format HTML

  • tableprinter

    Allows a programmer to print table-like outputs over std::ostream.

  • pos

    Macro based print debugging for Scala code. Locates debug statements in your IDE. Supports logging. (by JohnReedLOL)

  • Project mention: Someone please help me understand Git | /r/learnprogramming | 2023-05-29

    Make the changes to the code you just cloned in your computer. If you already have changes, you can copy-paste them into this local project whose code is being tracked by git. Then, using the GitHub terminal for Windows or the Linux/Mac terminal with the git command line command installed, from the directory of the repository you cloned (so for this example it would be ~/Home/code/pos because the name of my project is "pos") run git status to see the list of files you modified in this project. Then run git add . (with a period in the command) to add all the modified files or git add file.py to add say a file named file.py that you modified. Then run the command git commit -m "I modified the file file.py" or whatever you want to be the message documenting what change you made to your project (the -m flag specifies the commit message). A git commit is like a save point in a videogame, if you mess up you can always go back to it, reverting all your code to that point. Finally, do git push origin master to push your changes from your local git repository to the one in GitHub (in this command master refers to the name of the branch in the git repository, the master branch, and origin refers to the origin of where you got the code from, in this example it is https://github.com/JohnReedLOL/pos . A branch in git is like a version of your code and the master branch is the main version. If someone is working on version 2.0 they might make a branch named "2.0" that is a clone of the master branch, add their commits to it, and when they're done merge those commits back into the master branch.

  • Consono

    The most correct, informative, appealing and configurable variable inspector for JavaScript

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Print related posts

Index

What are some of the best open-source Print projects? This list will help you:

Project Stars
1 mit-deep-learning-book-pdf 12,304
2 icecream 8,459
3 Gutenberg 4,770
4 react-print-pdf 1,895
5 universal-resume 1,699
6 pocorgtfo 1,221
7 clawPDF 616
8 Hartija---CSS-Print-Framework 530
9 cypress-terminal-report 480
10 objprint 456
11 IBM-Z-zOS 357
12 cute 299
13 Flask-WeasyPrint 136
14 traceprint 103
15 bashmultitool 85
16 Printer 66
17 react-native-star-prnt 66
18 print 55
19 compile-time-printer 51
20 rehype-format 29
21 tableprinter 26
22 pos 23
23 Consono 19

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com