Skip to content

This project is created using python. This project aims to fetch useful information about an extension from the web.

Notifications You must be signed in to change notification settings

yuvag/FileIdentification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileIdentification is a software designed to fetch details about extensions from web. Details include :

*	Short Description
*	Category of file
*	Associated Applications
*	Programming Paradigm
*	Language family

Input : A file containing various extensions(One input file is given for the reference).

Output : A file containing detailed information about the extensions.

REQUIREMENT :

*	Python 2.0 or more
*	Working Internet connection

HOW TO USE : Start mysql server on your localhost.Following command is used for debian distro: service mysql start

Or you can host online(Change accordingly in connector.py) 

Create a database named 'FileIdentification'. Following command is used for debian distro.
	create database FileIdentification

run Table.sql file or copy that to make tables.

Type following command on terminal :
	python main.py

and follow the instructions


	OR


Run main.py and follow the instructions.	

About

This project is created using python. This project aims to fetch useful information about an extension from the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages