Index
FileOrder is a Python application that allows you to organize files in a specified folder. The application enables searching, moving, and copying files from a source folder to a destination folder, with the ability to filter files by name and extension.
- Selection of source and destination folders.
- Filtering files by name and/or extension.
- Option for case-sensitive search.
- Moving and copying selected files.
- Customizable user interface with support for light and dark modes.
- Multilingual support (English and Italian).
- Clone the repository:
git clone https://github.com/aSamu3l/FileOrder.git
- Install the required dependencies:
pip install -r requirements.txt
- Python 3.10 or higher
- Run the
main.py
file:python main.py
- Use the interface to select the source and destination folders.
- Filter files by name and/or extension.
- Search for files and select those to move or copy.
- Press the "Move" or "Copy" buttons to perform the desired operation.
The application language can be configured by modifying the settings/setting.json
file or by using the application settings.
If you want to change the language manually, you can edit the lang
field in the settings/setting.json
file:
{
"lang": "EN"
}
Languages can be updated by anyone with a pull request to settings/lang.json
.
- English (EN)
- Italian (IT)
This project is licensed under the Apache-2.0 License
. See the LICENSE
file for more details.