Skip to main content

No project description provided

Project description

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_type_classifier

example

import file_type_classifier

file_type = file_type_classifier.file_type_classifier("file_without_extention")
print(file_type)   # output:  png

Author:


Filipe Soares :computer:

made with :heart: by Filipe :wave: reach me!!!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

file_type_classifier-0.1.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

file_type_classifier-0.1.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page