Skip to content

rjmeats/PythonFileFormats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Python programs to examine the contents of files

DumpRawBytes.py

Dumps out byte values from a specified file, 20 bytes per line.

DumpRawBytesList.py

Dumps out byte values from a specified file, using a separate line for each byte.

JPEG.py

Extracts basic metadata from a specified JPEG file: date/time, location, dimensions, device, and lists file segments identified.

CSV_from_JPEG_metadata.py

Extracts basic metadata from all the JPEG files under a specified folder (including sub-folders). A CSV file is produced, containing one record per JPEG file, including map services URLs where GPS data is found in a JPEG file.

About

Python programs to examine file contents/formats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages