Python-read-binary-file
- shaneneloesche553n
- Jan 28, 2022
- 1 min read
Read the binary file content like this: with open(fileName, mode='rb') as file: # b is important -> binary fileContent = file.read() then "unpack" binary data u.
DOWNLOAD: https://tinurli.com/2emyjo
DOWNLOAD: https://tinurli.com/2emyjo
python-read-binary-file
3925e8d270
Comments