Skip to content

ZachElkins/VPrint

Repository files navigation

VPrint

Tests

Verbose printing utility for python.

Check it out on pypi.org!

Installation and usage

pip install verbose-print==0.0.1

import verbose_print.vprint as vp

def main():
    v = True
    e = "!"
    vp.vprint("Hello", "World", verbose=v, end=e)

if __name__ == "__main__":
    main()

About

Verbose printing utility functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages