Skip to content

aSamu3l/FileOrder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileOrder

Index
  1. About The Project
  2. Features
  3. Installation
  4. Usage
  5. Language
  6. License
  7. Contributors

Description

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.

(back to top)

Features

  • 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).

(back to top)

Installation

  1. Clone the repository:
    git clone https://github.com/aSamu3l/FileOrder.git
  2. Install the required dependencies:
    pip install -r requirements.txt

(back to top)

Requirements

  • Python 3.10 or higher

(back to top)

Usage

  1. Run the main.py file:
    python main.py
  2. Use the interface to select the source and destination folders.
  3. Filter files by name and/or extension.
  4. Search for files and select those to move or copy.
  5. Press the "Move" or "Copy" buttons to perform the desired operation.

(back to top)

Configuration

Language

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.

(back to top)

Supported Languages

  • English (EN)
  • Italian (IT)

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.

(back to top)

Contributors

contrib.rocks image

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages