Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 24329

Catalin George Festila: Python 3.7.5 : Display a file in the hexadecimal and binary output.

$
0
0
This is an example with a few python3 modules that display a file in the hexadecimal and binary output: import sys import os.path import argparse parser = argparse.ArgumentParser() parser.add_argument("FILE", help="the file that you wish to dump to hexadecimal", type=str) parser.add_argument("-b", "--binary", help="display bytes in binary format instead of hexadecimal") args = parser.parse_args(

Viewing all articles
Browse latest Browse all 24329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>