RP Renamer is a bulk file rename tool built with Python and PyQt5.
To run RP Renamer, you need to download the source code. Then open a terminal or command-line window and run the following steps:
- Create and activate a Python virtual environment.
$ cd rprename_project/
$ python3 -m venv ./venv
$ source venv/bin/activate
(venv) $
- Install the dependencies.
(venv) $ pip install -r requirements.txt
- Run the application.
(venv) $ python3 rprenamer.py
Note: This application was coded and tested with Python 3.8.5 and PyQt 5.15.2.
- 0.1.0
- A work in progress
Leodanis Pozo Ramos – @lpozo78 – [email protected]