This Python script automates the process of redirecting files from the downloads folder to another folder designated for specific extensions.
- The script monitors the downloads folder for any new files.
- When a new file is detected, it checks its file extension.
- Based on the file extension, it moves the file to the corresponding folder designated for that extension.
- Clone or download the repository to your local machine.
- Install the required dependencies:
pip install watchdog
- Modify the script to specify the directories where your downloads and destination folders are located.
- Run the script:
python automate_download_files.py
You can customize the script by:
- Modifying the source and destination directories.
- Adding or removing file extensions and their corresponding destination folders.
- Python 3.x
- Watchdog library
This repository is licensed under the MIT License. See LICENSE
for more information.