Linux Version
Install dependencies
pip install -r install.txt
pip install python_docx-0.8.6-py2.py3-none-any.whl
uncomment line test_file = sys.argv[1] & comment line test_file = "ppt_test.pptx" to input as command line arguments.
- Input File as a command line arguments
python fileAnalyzer.py <file>
- Input file as a variable
python fileAnalyzer.py
Python packages
- PyPDF2
- docx
- docx2txt
- os
- python-magic
- xlrd
- zipfile
- shutil
- fitz