'Cross-platform smart printer for console applications.'
Project description
smartprinter
Short Description:
smartprinter - Cross-platform smart printer for console applications.
Author and developer: A.A. Suvorov
Supported:
- Linux: All.
- Windows: 7/8/10.
- Termux (Android).
Images:
What's new?
smartprinter v0.2.1
Description:
smartprinter - Cross-platform smart printer for console applications.
Has several different objects for displaying to the console or generating a string:
- Normal output.
- Output with the ability to change the line color .
- Displaying a message inside the pager, with the ability to scroll up and down, exit the pager, and print the message after being shown in a pager.
- output with the ability to print a message in the center of the console, regardless of changes in its width, indented before and after the message, indented with the specified characters.
Help:
Install and use:
pip install -r requirements.txt
- for tests:
pip install requirements/requirements-dev.txt
- for test coverage:
pytest --cov --cov-report=html
Use:
pip3 install smartprinter
from smartprinter.printers import Printer, PrintersFactory
printer = Printer()
printer.base.echo('Text')
printer.click.echo('Text', show=True, color='green')
printer.smart.echo('Text', show=True, char='*')
printer.pager.echo('Text', show=True)
def_printer = PrintersFactory.get_base()
click_printer = PrintersFactory.get_click()
smart_printer = PrintersFactory.get_smart()
pager = PrintersFactory.get_pager()
or
from smartprinter.printers import Printer
printer = Printer()
Printer.base.echo('Text')
Printer.click.echo('Text', show=True, color='green')
Printer.smart.echo('Text', show=True, char='*')
Printer.pager.echo('Text', show=True)
Disclaimer of liability:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Information:
--------------------------------------------------------
Licensed under the terms of the BSD 3-Clause License
(see LICENSE for details).
Copyright © 2018-2024, A.A. Suvorov
All rights reserved.
--------------------------------------------------------
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
smartprinter-0.2.1.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file smartprinter-0.2.1.tar.gz
.
File metadata
- Download URL: smartprinter-0.2.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fd8df0dca79eb9ac0c4af1c7648696a98c9f35ffb18dc1d8f4b9a27211908f7 |
|
MD5 | 077eeb6dea78b4d149fd5d48a6986d52 |
|
BLAKE2b-256 | 86d1723704ffe08361a34ce7c77f67f4fbdf0143c650b7f9d7bfee2b64fc33ae |
File details
Details for the file smartprinter-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: smartprinter-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b227a43cb157f7f0234b8ad3d86b23d73f0490807a539575d44ee3e58f67e76 |
|
MD5 | 32fcd4e50871ac689a5debe8019c7a8a |
|
BLAKE2b-256 | ca275beea5d012a68c4c2f3ea94975e8412ada7ec4d388ac821f384a72a74534 |