Metadata-Version: 2.1
Name: file-type-classifier
Version: 0.1.0
Summary: 
Author: lipe14-ops
Author-email: filipe.ns1001@gmai.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# FILE CLASSIFIER
a file  type classifier.

## description 
this library can be used to classify file types... It is made reading the file bytes and checking its bytes, not just reading the file extention.

## installation 
it's compatible with python3.10+. To install run the command `pip install file_classifier`

## example
```py
import fileclassifier

file_type = file_classifier.file_classifier("file_without_extention")
print(file_type)   # output:  png
```
to large files it maybe take a while to indentify.

## Author:
<img width='100' height='100' style="border-radius:50%; padding:15px" src="https://avatars.githubusercontent.com/u/78698099?v=4" /></br>
<a href="https://github.com/lipe14-ops" style='padding: 15px' title="Rocketseat">Filipe Soares :computer:</a>
<p style='padding: 15px'>made with :heart: by <strong>Filipe</strong> :wave: reach me!!!</p>

[![](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](fn697169@gmail.com)
[![](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/filipe_kkkj/)


