Metadata-Version: 2.1
Name: file-typer
Version: 1.0.18
Summary: File Typer: Append extension in files without-it, based on mimetypes
Home-page: https://github.com/mperon/file-typer
Author: Marcos Peron
Author-email: mperon@outlook.com
License: MIT
Keywords: forensic,file,extension,mimetypes,investigation,analisys
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# File Typer

Append extension in files without-it, based on mimetypes
Some files comes without any extension and windows comply
about it! Because of that, several tools, including Windows Explorer cannot
show the users the file preview, and cannot open-it.

This tool allows the user pass an directory/file and traverse-it, renaming
files, putting extension of known table into-it, based on mimetypes

Now, if an FileListInfo found, the tool process-it and rename files acording to metadata presented. (this file is sent by Apple in law enforcement return).

## Requirements

* You must install Python 3.8 ou superior.
* Works only on Linux or MacOS

## Installation

*file-typer* can be installed using pip:

    python3 -m pip install -U file-typer

If you want to run the latest version of the code, you can install from git:

    python3 -m pip install -U git+https://github.com/mperon/file-typer.git

## Usage

The applications uses command line arguments to interact with the user. To see
all the options, execute:

`file-typer --help`

To process a folder, run with this command:

`file-typer /path/to/folder -o /path/to/output`
