It's a great tool to organize your photos, videos, documents, etc based on their date.
When you run the tool, all the files in the current directory will be moved to the corresponding folders organized by month and year.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- It has 4 ways to identify the files date
- Cross-platform (Windows, Mac, Linux)
- Do a backup by default
- Organize files in folders created by month and year (like 2022-01)
- Python3 - A general-purpose, high-level programming language
- fire - A google library for creating CLI applications
You can install the tool from PyPI or directly from GitHub. You just need to have Python3 installed.
- Windows:
pip3 install files-organizer[win]
- Mac or Linux:
pip3 install files-organizer
- Clone the repo
git clone https://github.com/xandao-dev/files-organizer.git
- Install the tool
cd files-organizer
python3 setup.py install
- (Windows Only) Install Dependencies
python3 -m pip install pywin32
- Run the tool on the current directory and do a backup
files-organizer
- Run the tool on the current directory without backup
files-organizer --no-backup
- Run the tool specifying the path and do a backup
files-organizer --path=path/to/directory
- Run the tool specifying the path without backup
files-organizer --path=path/to/directory --no-backup
- Show the help
files-organizer --help
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Free software =)
Alexandre Calil - Linkedin - [email protected]
Project Link: https://github.com/xandao-dev/files-organizer