Skip to content

Instantly share code, notes, and snippets.

@JetStarBlues
Created May 10, 2018 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JetStarBlues/c0dde95346ef54ca9ec2c85139da6e3e to your computer and use it in GitHub Desktop.
Save JetStarBlues/c0dde95346ef54ca9ec2c85139da6e3e to your computer and use it in GitHub Desktop.
Write a binary file
outputFile = ""
byts = []
with open( outputFile, 'wb' ) as file:
file.write( bytes( byts ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment