Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joannescode/files-manager

Automation Tools Series: Files Manager with Python
https://github.com/joannescode/files-manager

python3

Last synced: 5 days ago
JSON representation

Automation Tools Series: Files Manager with Python

Awesome Lists containing this project

README

        

# Automation Tools Series: File Manager

Hey, necessity manager your files? Use this tool from organized and move files from diverse extensions.

## How use:
- First, using `git clone [email protected]:joannescode/files-manager.git` command in your terminal.
- Second, open `main.py` file and in "path" pass your path where files is found:

![Main.py](images/main.svg)

- Third, execute your `main.py`; see your files will be moved in your respectives folders, except extension not in included json file `extensions.json`:

*Notes for devs: Guys, you can rewriting json file passing new extensions in json or creating new categories.*

![Extensions](images/extensions-json.svg)