A simple and user-friendly Streamlit app to automatically organize files in a specified folder based on file types.
- Automatically sorts files into categorized folders (e.g., images, documents, videos, etc.).
- User-friendly interface with a clean color palette.
- Clone this repository:
git clone <repository-url>
cd automatic-file-sorter- Install required dependencies:
pip install -r requirements.txt- Run the app:
streamlit run app.py- Enter the path to the folder you want to sort, and click the Sort Files button.