Disk Directory Analyzer
Disk Directory Analyzer — Flask Web Application
Created a local web application for analyzing disk space usage and scanning directories based on the Flask framework. The application provides scanning of any folders, interactive graphs on Plotly, file filtering, a results table, real-time scanning progress tracking, and data export to CSV and JSON. Flask-SocketIO was used for dynamic interaction. The work is done directly with the file system without using SQLAlchemy.
Created a local web application for analyzing disk space usage and scanning directories based on the Flask framework. The application provides scanning of any folders, interactive graphs on Plotly, file filtering, a results table, real-time scanning progress tracking, and data export to CSV and JSON. Flask-SocketIO was used for dynamic interaction. The work is done directly with the file system without using SQLAlchemy.