Metadata-Version: 2.1
Name: folderclean
Version: 1.2
Summary: Clean your folders in a single line of code! FolderCleans lets you for example clean your folders and organize them by file types.
Home-page: https://github.com/Animenosekai/folder_cleaner
Author: Anime no Sekai
Author-email: niichannomail@gmail.com
License: MIT
Download-URL: https://github.com/Animenosekai/folder_cleaner/archive/v1.2.tar.gz
Keywords: clean,folder,directory,cleaning,folderclean,animenosekai,sort,filecenter,lifeeasy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: filecenter
Requires-Dist: lifeeasy

# folder_cleaner
 A Python script that lets you organize and clean your folders quickly and easily!

 ### Installation
 - Download or clone this repository
 - Unzip if needed
 - You can now directly open `folder_cleaner.py` and start organizing your folders!

> (On macOS you have a special script to open it `Open Folder Cleaner on macOS` because you can't just double click it (it could prompt you to a script editor) )

 ### Dependencies
 - Python 3 (downloadable at https://www.python.org/downloads/)
 - LifeEasy
 - FileCenter

 > Both LifeEasy and FileCenter are libraries written by me and will be installed automatically at first launch.

 > This program shows one way of using my libraries.

 ### Platform/Working OS
 - This python script is cross-platform and has been tested on macOS and Windows.

 ### Usage
 Folder Cleaner (for Python) usage is very simple.

 - Open the file (with Python) and you will be prompted to enter the path of the folder you want to review (tips: you can also simply drag and drop the folder into the terminal).
 - Type the desired organizing mode and press `enter` to continue.
 - The program will do everything else automatically!

 ### Available organizing mode
- `nosort` > nothing will be sorted in the cleaned up folder.
- `type`   > each file will be sorted and put in a folder according to its type.

### Issues
If you have any issue, feel free to go to the issue section of this repository and report it.

### File types
A list of supported file types is available on the [official FileCenter repository](https://github.com/Animenosekai/filecenter#listoftypes)

### Development
Feel free to contribute to the development of this program and to ask for new features in the issue section of the repository!

I am not responsible for any damage that might be caused by my script, or any bad usage of this script.

© Anime no Sekai - 2020


