├── .gitignore ├── LICENSE ├── README.md ├── index.py └── index_analysis.log /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mraza007/python-file-analyzer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mraza007/python-file-analyzer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mraza007/python-file-analyzer/HEAD/README.md -------------------------------------------------------------------------------- /index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mraza007/python-file-analyzer/HEAD/index.py -------------------------------------------------------------------------------- /index_analysis.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mraza007/python-file-analyzer/HEAD/index_analysis.log --------------------------------------------------------------------------------