Skip to content

Automatically organizes files in your computer.

License

Notifications You must be signed in to change notification settings

willy-r/file-organizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-organizer

Automatically organizes files in your computer.


Installation

  • You need Python 3.6+ installed in your computer.

Clone

  • Clone this repo to your local machine using https://github.com/willy-r/file-organizer.git

Setup

  • Go to file-organizer directory:
$ cd file-organizer

Usage

$ python organize.py <locations>
  • The <locations> must be valid paths (relative or absolute) to the directories that you want to organanize your files.

  • If one of your folder has whitespace, the location must be surrounded with (' or ").

    • Example:
    $ python organize.py <location> '<location with space>'

Example

  • Target location: example_01 as a relative path in the current directory.
$ python organize.py example_01
  • Output:

Output file-organizer example


Support

Reach out to me at one of the following places!


About

Automatically organizes files in your computer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%