pyRenamer - Easy Mass/Directory Rename tool for Ubuntu/Debian based systems - Printable Version +- Sick Gaming (https://www.sickgaming.net) +-- Forum: Computers (https://www.sickgaming.net/forum-86.html) +--- Forum: Linux, FreeBSD, and Unix types (https://www.sickgaming.net/forum-88.html) +--- Thread: pyRenamer - Easy Mass/Directory Rename tool for Ubuntu/Debian based systems (/thread-84936.html) |
pyRenamer - Easy Mass/Directory Rename tool for Ubuntu/Debian based systems - xSicKx - 05-21-2018 pyRenamer – the easy way out Finally, the solution that all the anti-console users have been waiting for: a desktop application where everything can be done with a simple click of the mouse. pyRenamer is a crazy-powerful file renaming tool written in Python. At the moment, the official website seems to be down, but users of Ubuntu and its derivatives can still install pyRenamer from the repositories using the command: sudo apt-get install pyrenamer Alternatively, you can compile it using this forked code from GitHub. The interface consists of four parts:
Advanced users will appreciate pyRenamer’s ability to rename multimedia files by reading from their metadata. It’s also possible to manually rename a single file when a batch rename is unnecessary. In essence, pyRenamer wraps the functionality of Code: mv Code: remove Of course, there are other ways to rename files in Linux – by writing a script, for example, or by using other tools similar to pyRenamer. What do you use to rename your files? Share your tips and tricks in the comments. |