GitHunt
QR

QRTQuick/QuickXRename

QuickXRename – A fast, safe, and developer-focused desktop tool to rename large numbers of files and folders using patterns. Preview changes, undo mistakes, and batch rename recursively across directories. Designed for speed, simplicity, and reliability.

QuickXRename

QuickXRename Logo

Python
PySide6
License: MIT

About

QuickXRename is a fast, developer-friendly desktop app for bulk renaming files and folders using simple patterns, wildcards, or optional regex. It provides a live preview, conflict detection, and a one-click undo for the last operation. QuickXRename is owned by Quick Red Tech.

Screenshot / Demo

Screenshot Placeholder

Features

  • Pattern-based renaming (wildcards, simple replace, optional regex)
  • Preview mode with change highlighting
  • Undo the last renaming operation
  • Directory selection with optional recursion

Installation

Windows

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python src\main.py

macOS

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/main.py

Linux

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/main.py

Terms & Conditions

See TERMS.md for usage terms and safety notes.

Built By / Author

Chisom Life Eke — Lead Developer, CEO, and Founder of Quick Red Tech.

License

MIT License. See LICENSE.

Contact / Contribution

  • Open an issue or pull request on GitHub.
  • For private inquiries, add your preferred contact method here.

Version / Changelog

  • v0.1.0 — Initial MVP release.

Languages

Python91.0%Shell5.4%PowerShell2.2%Inno Setup1.3%

Contributors

MIT License
Created February 3, 2026
Updated February 5, 2026
QRTQuick/QuickXRename | GitHunt