-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Carlos edited this page Nov 26, 2024
·
7 revisions
- Download File Renamer 1.1.6
- Flathub (Coming Soon)
- Download File Renamer 1.1.6
- Chocolatey (Coming Soon)
# Install Python3.11 or higher (Fedora Linux example)
sudo dnf install python3.13
# Create file-renamer folder in $HOME dir or anywhere
mkdir file-renamer
# Change directory
cd file-renamer
# Create virtual environment
python3.13 -m venv venv
# Activate virtual environment
source venv/bin/activate
# Install dependencies
python3 -m pip install PySide6~=6.8.0 PySide6-Addons~=6.8.0 PySide6-Essentials~=6.8.0 shiboken6~=6.8.0 Unidecode~=1.3.8
# Install file-renamer
pip install io.github.mcarlos101.file-renamer
# Run
file-renamer