Skip to content

Latest commit

 

History

History
104 lines (83 loc) · 3.37 KB

File metadata and controls

104 lines (83 loc) · 3.37 KB

FuXee / 复序

English | 简体中文

English

Description

FuXee is a modern, user-friendly batch file renaming tool with a clean Material Design interface. It allows you to easily rename multiple files and folders with features like adding prefixes/suffixes, text replacement, and name capitalization.

Features

  • Add prefix or suffix to file names
  • Replace text in file names
  • Capitalize file names
  • Modern Material Design interface
  • Multi-language support (English, Chinese)
  • Real-time operation logging

Installation

  1. Make sure you have Python 3.7+ installed
  2. Clone this repository or download the source code
  3. Install the required dependencies:
pip install flet

Usage

  1. Run the application:
python main.py
  1. Select your preferred language from the dropdown menu
  2. Use the following features:
    • Click "Browse" to select a folder containing files to rename
    • Enter text to add as prefix or suffix (optional)
    • Choose whether to add text as prefix or suffix
    • Enter text to replace and replacement text (optional)
    • Click "Rename Files and Folders" to perform the renaming
    • Click "Capitalize Names" to capitalize the first letter of each word in file names

Requirements

  • Python 3.7+
  • flet

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License.

  • You may use, modify, and share the software for non-commercial purposes only.
  • Commercial use is strictly prohibited without explicit permission.
  • See the full license terms in LICENSE.

简体中文

描述

复序是一个现代化的、用户友好的批量文件重命名工具,具有清爽的设计界面。它允许您轻松地重命名多个文件和文件夹,具有添加前缀/后缀、文本替换和首字母大写等功能。

功能特点

  • 为文件名添加前缀或后缀
  • 替换文件名中的文本(可选)
  • 文件名首字母大写
  • 现代化的 Material Design 界面
  • 多语言支持(英文、中文)
  • 实时操作日志

安装

  1. 确保已安装 Python 3.7 或更高版本
  2. 克隆此仓库或下载源代码
  3. 安装所需依赖:
pip install flet

使用方法

  1. 运行应用程序:
python main.py
  1. 从下拉菜单中选择您偏好的语言
  2. 使用以下功能:
    • 点击"浏览"选择要重命名的文件所在文件夹
    • 输入要添加的前缀或后缀文本
    • 选择将文本作为前缀还是后缀添加
    • 输入要替换的文本和替换后的文本(可选)
    • 点击"重命名文件和文件夹"执行重命名操作
    • 点击"首字母大写"将文件名中的每个单词首字母大写

系统要求

  • Python 3.7+
  • flet

许可证

  • 本项目采用 知识共享署名-非商业性使用 4.0 国际许可协议 (CC BY-NC 4.0)。
  • 您可以自由使用、修改和分享本软件,但仅限于非商业用途。
  • 未经明确许可,严禁用于任何商业用途。
  • 完整许可条款请参阅许可协议文件。

Contributors

We welcome and appreciate contributions from the community! Special thanks to the following contributors:

  • Aidebug - Project founder and main developer

If you'd like to contribute, please check out our Contributing Guide.