Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.66 KB

File metadata and controls

61 lines (47 loc) · 1.66 KB

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.