Skip to content

Latest commit

 

History

History

bulk-file-rename-tool-python

RP Renamer

RP Renamer is a bulk file rename tool built with Python and PyQt5.

Running the Application

To run RP Renamer, you need to download the source code. Then open a terminal or command-line window and run the following steps:

  1. Create and activate a Python virtual environment.
$ cd rprename_project/
$ python3 -m venv ./venv
$ source venv/bin/activate
(venv) $
  1. Install the dependencies.
(venv) $ pip install -r requirements.txt
  1. Run the application.
(venv) $ python3 rprenamer.py

Note: This application was coded and tested with Python 3.8.5 and PyQt 5.15.2.

Release History

  • 0.1.0
    • A work in progress

About the Author

Leodanis Pozo Ramos – @lpozo78[email protected]