Giter VIP home page Giter VIP logo

pdiegel / downloadsfolderorganizer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 85 KB

The Downloads Folder Organizer is a Python script that automates the organization of files in the downloads folder by categorizing them into respective folders based on their file types. It provides a convenient solution to keep the downloads folder tidy and well-organized, making it easier to locate and manage downloaded files.

License: MIT License

Python 100.00%
automation downloads file-organization filesystem folder-management organization-tool productivity

downloadsfolderorganizer's Introduction

Downloads Folder Organizer

The Downloads Folder Organizer is a Python script that helps organize files in the downloads folder by moving them to their respective folders based on their file types. It provides a convenient way to keep your downloads folder tidy and well-organized.

Features

  • Moves files from the downloads folder to their respective folders based on file types.
  • Supports customizable folder destinations for different file types.
  • Utilizes a DownloadChecker to prevent moving files that are still being downloaded.
  • Can be scheduled to run automatically at regular intervals using Windows Task Scheduler.

Getting Started

Prerequisites

  • Python 3.x
  • pip package manager

Installation

  1. Clone the repository:

    git clone https://github.com/pdiegel/DownloadsFolderOrganizer.git
  2. Navigate to the project directory:

    cd DownloadsFolderOrganizer
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Configure the folder destinations for different file types in the constants.py file.

  2. Set up the desired schedule for running the script using Windows Task Scheduler.

    • Create a new task and specify the path to the Python executable (python.exe) and the path to the main.py script.
    • Configure the desired schedule (e.g., every hour, every day).
  3. Run the script manually to test the functionality:

    python main.py

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Feel free to modify the content according to your specific project requirements.

downloadsfolderorganizer's People

Contributors

pdiegel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.