python printer package
Project description
Pyrinter
What is it
Pyrinter (python printer adapter) is a free open source python package for physical printers use.
How to Install
with pip:
pip install pyrinter
How to Use
the following code is a hello world
for printing text using the printer PDFCreator
(the printer name may be empty for default printer):
from pyrinter import Printer
from pyrinter import Document
doc = Document()
doc.add_text("Hello World")
printer = Printer("PDFCreator")
printer.print_doc(doc)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrinter-0.0.1a2.tar.gz
(3.7 kB
view details)
Built Distributions
File details
Details for the file pyrinter-0.0.1a2.tar.gz
.
File metadata
- Download URL: pyrinter-0.0.1a2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36f4bdbc83dc65d21f3239812d9e8ed8bacd9571e0c4d84aba99e0b70d373933 |
|
MD5 | e1fb10fa2e8dad9a3ad8ff7c44dd4dcf |
|
BLAKE2b-256 | b8c3ae1480e53bec20f64b6fc83ecf0a9634af304c43d6d6aae9f14664dbee05 |
File details
Details for the file pyrinter-0.0.1a2-py3-none-win_amd64.whl
.
File metadata
- Download URL: pyrinter-0.0.1a2-py3-none-win_amd64.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5d24857ebb4d98fa28e07298669f1c83b1ba5dd647befd46c8f5c53d35f7248 |
|
MD5 | a19de125b0833e6b6b1c4abf8c9181b6 |
|
BLAKE2b-256 | e074c5e0dddf1342b13d0032670049c5a7bfde4886491d11f3e3cf3c2e0035ec |
File details
Details for the file pyrinter-0.0.1a2-py3-none-win32.whl
.
File metadata
- Download URL: pyrinter-0.0.1a2-py3-none-win32.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 346ae1215e26f06cb6b9d216c91ddf791659026f3b60035e4fb2219a8889755d |
|
MD5 | 1cc73d62d5b5e5b0b8c5a22000177f8d |
|
BLAKE2b-256 | 53ed249bfd29638e093faa0121f0667d2ba1eb87110c8895eea33138b41d7092 |