Skip to content
Carlos edited this page Nov 26, 2024 · 7 revisions

File Renamer Wiki

Installation

Linux

  1. Download File Renamer 1.1.6
  2. Flathub (Coming Soon)

Windows

  1. Download File Renamer 1.1.6
  2. Chocolatey (Coming Soon)

Python Package Index - Cross Platform

PyPi

# 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
Clone this wiki locally