Skip to main content

A printer package helps you to debug using print any number of variables of any types only with comma or other operators you want.

Project description

Project description

printer_py

ready for use !

Developed by Ninad Goswamy (c) 2022

explanation of printer function :
Syntax : printer(value1,value2,..,valueN,newline=True/False,operator=","/" "/"&")
newline = used to specify newline by default it is false
operator: is used to display values by saperating comma or other value , by default it is comma


Examples of How To Use the printer function

Debugging on server

from printer import printer
printer('test', newln=False,operator="=")
printer('test', 9999,newline=False)
printer('test', {"key":4562},newline=True)
printer('test', 9999,"default")
printer('newline', 9999,newline=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

printer_py-0.0.14.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

printer_py-0.0.14-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page