Skip to content

alexsam29/DownloadAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Automation

This is a Python automation script that sorts downloaded files into different folders based on their extensions. This script is designed to run in the background and monitor system file events using the Watchdog library.

Prerequisites

This script requires Python 3.8 or later. You can download Python from here.

Installation

  1. Clone the repository to your local machine.
  2. Open a terminal and navigate to the project directory.
  3. Run the following command to install the required libraries:
pip install -r requirements.txt
  1. Run the following command to start the script:
python fileSorter.py

Usage

The script will monitor the Downloads folder and sort files into different folders based on their extensions. The default folder structure is as follows:

.../Downloads/
├── Documents/
├── Images/
├── Audio/
├── Videos/

About

Python automation that sorts downloaded files into folders

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages