﻿
   ___ _ _     _                  ___ ___
  | __(_) |___| |_ _  _ _ __  ___|_ _|   \
  | _|| | / -_)  _| || | '_ \/ -_)| || |) |
  |_| |_|_\___|\__|\_, | .__/\___|___|___/
                   |__/|_|


Author:  Filip Szymański
Email:   f.szymanski@hotmail.com
Website: <http://code.google.com/p/filetypeid/>



Description:
------------

FiletypeID is a tool designed to identify file types from their binary signatures.
This simple application has many uses: identify what kind of file was sent to you
via e-mail, aid in forensic analysis, support in file recovery, etc.
FiletypeID is written in Python, based on PyQt4, TrIDLib and hachoir-metadata.



Dependencies:
-------------

Python by Python Software Foundation <http://www.python.org/>.
PyQt4 by Riverbank Computing Limited <http://www.riverbankcomputing.co.uk/software/pyqt/intro>.
TrIDLib (free version) by Marco Pontello <http://mark0.net/code-tridlib-e.html>.
TrIDDefs.TRD package <http://mark0.net/soft-trid-e.html>.
hachoir-metadata by Victor Stinner <https://bitbucket.org/haypo/hachoir/wiki/hachoir-metadata>.



Icons:
------

MetroStation Icons Pack by Yanko Andreev <http://yankoa.deviantart.com/>.
Gnome Icon Theme <http://www.gnome.org/> The GNOME Project.



License:
--------

GNU GPLv2 <http://www.gnu.org/licenses/gpl-2.0.txt> or 'License.txt' file.


