dillonchr / pppppprint

basically just wanted a more versatile script for my cheap receipt printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pppppprint

String transformer for oddly specific stuff. Right now it's specifically tuned to my cheap thermal printer.

input file.txt

=>Right Justify
<=>Centered
[=]Banner
...- #repeating the 4th character
Space|=|Between

cat "input file.txt" | python print.py

                   Right Justify
            Centered
============ Banner ============
--------------------------------
Space                    Between

About

basically just wanted a more versatile script for my cheap receipt printer


Languages

Language:Python 100.0%