A cross-platform utility for batch changing file extensions with a modern Qt interface.
- Batch rename file extensions
- Option to create copies instead of renaming files
- Preview changes before executing
- Multi-processing support for faster operations
- Advanced options for CPU usage control
- Modern Qt-based interface
- Cross-platform (Windows, macOS, Linux)
pip install extension_changer
git clone https://github.com/kuroonai/exchange.git
cd exchange
pip install -e .
Once installed, you can start the application from the command line:
extension_changer
- Select a folder or individual files
- Choose the source extension from the dropdown
- Specify the target extension
- Optionally, check "Keep original files" to create copies
- Click "Preview" to see the changes before applying
- Click "Convert" to execute the extension change
- Use multiprocessing: Enable for faster processing of many files
- CPU cores to use: Control how many CPU cores to dedicate to the task
- Python 3.7+
- PySide6 (or PyQt6)
git clone https://github.com/kuroonai/exchange.git
cd exchange
pip install -e .
Created by Naveen Vasudevan (@kuroonai)
See BUILDING.md for instructions on building standalone executables for Windows, macOS, and Linux.
This project is licensed under the MIT License - see the LICENSE file for details.