printy icon indicating copy to clipboard operation
printy copied to clipboard

Printy is lite and cross-platform library that extends the functionalities of the built-in functions print() and input()

Results 1 printy issues
Sort by recently updated
recently updated
newest added

``` File "/Users/koshak01/Virtualenvs/virtual3.11/lib/python3.11/site-packages/printy/flags.py", line 172, in get_flag_values raise InvalidFlag(flag) ,printy.exceptions.InvalidFlag: ''' is not a valid flag ``` ``` if flag not in available_flags and is_raise_error: raise InvalidFlag(flag) ```