Python Library Stringtools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456
  1. import sys
  2. sys.path.append('../..')
  3. import stringtools
  4. print(stringtools.hexlify(b'A stringexample with non printable characters like \x12'))