Metadata-Version: 2.1
Name: qtrename
Version: 1.1.1
Summary: feature-rich app to rename files for GNU/Linux and Windows
Home-page: https://github.com/amad3v/QtRename
Author: Mohamed Jouini
Author-email: amad3v@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/amad3v/QtRename/issues
Project-URL: Releases, https://github.com/amad3v/QtRename/releases
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyQt5 (>=5.13.2)

# QtRename

![QtRename Logo](https://github.com/amad3v/QtRename/raw/master/qtrename/app.png)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qtrename?color=red) [![Downloads](https://img.shields.io/badge/dynamic/json?color=blue&label=downloads&query=downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Famad3v%2Fwcs_analyzer%2Fmaster%2Ftver)](https://pepy.tech/project/qtrename) ![GitHub](https://img.shields.io/github/license/amad3v/QtRename) ![GitHub release (latest by date)](https://img.shields.io/badge/dynamic/json?color=%23228B22&label=release&query=release&url=https%3A%2F%2Fraw.githubusercontent.com%2Famad3v%2FQtRename%2Fmaster%2Fdocs%2Fver) ![Platform](https://img.shields.io/badge/platform-Linux-blueviolet) ![Platform](https://img.shields.io/badge/platform-Windows-blueviolet)

feature-rich app to rename files for GNU/Linux and Windows

- [Installation](#installation)
- [Description](#description)
- [License](#license)
- [Features](#features)
- [Report a bug - Request feature](#report-a-bug---request-feature)
- [Screenshots](#screenshots)
- [Changelog](#changelog)

## **Installation**

### Linux:

```
pip install qtrename
```

To avoid running the app from the command line, you need to add it to your apps menu:

- Download this [script](https://github.com/amad3v/QtRename/raw/master/setup.sh)
- Open the terminal and `cd` to the location of `setup.sh`
- run: `chmod u+x setup.sh`
- run: `./setup.sh`

Head to your apps menu, type qtfind or you can find it under Accessories.

### Windows:

- Download the installer from [here](https://github.com/amad3v/QtRename/releases/download/v1.1.0/QtRename.1.1.0.exe) [Require [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-gb/download/details.aspx?id=48145)]

## **Description**

:heavy_check_mark: **QtRename** is a graphical interface for bulk renaming.

:heavy_check_mark: **QtRename** easy to use.

:heavy_check_mark: **QtRename** is for for Linux and Windows.

:heavy_check_mark: **QtRename** is made with PyQt5

## **License**

This program comes with absolutely no warranty. See the [GNU General Public Licence](https://www.gnu.org/licenses/gpl-3.0.html), version 3 or later for details.

## **Features**

- **Find and Replace:**

  - Skip the first _N_ occurrences
  - Replace max _N_ occurrences
  - Case sensitive
  - Swap chunks of characters
  - find occurrences using RegEx

- **Casing:**

  - Change case file, extension or both (upper, lower, sentence, title, invert, random)
  - Ignore upper and/or mixed case

- **Add/Remove**

  - Insert/Overwrite/Remove characters at a specific position (backwards option available)
  - Combine Insert/Overwrite/Remove

- **Move** characters from onne position to another (absolute/relative position, backwards,)
- **Spaces:**

  - Remove leading/trailing/multiple spaces
  - Keep a space before/after a set of characters
  - Replace specific character with a spaces
  - Replace a consecutive set of a specific characters with 1 space

- **Counter:**

  - Insert numbers at the begining/end of the filename
  - Replace the filename with a unified name
  - Set a seperator between counter and filename

- **Enumerate:**

  - Start counter from a specific numbers
  - Counter step
  - Set a separator
  - Zero padding

- **Extra:**

  - Realtime preview
  - Selective preview
  - Rename filename, extension or both
  - Navigate directories (folders): from the list, open dialog, type in completer
  - filter by extension
  - Rename files / directories (folders) / subdirectories (sub-folders)
  - Themes: default and dark (4 tones: blue, green, orange and pink)
  - Undo renaming (only last one)
  - Errors Log

## **Report a bug - Request feature**

<https://github.com/amad3v/QtRename/issues>

## **Screenshots**

_Dark theme (Linux):_

![dark theme linux](https://github.com/amad3v/QtRename/raw/master/docs/linux.png)

_Default theme (Windows):_

![default theme windows](https://github.com/amad3v/QtRename/raw/master/docs/win.png)

Screenshots                                                                | Screenshots
-------------------------------------------------------------------------- | ----------------------------------------------------------------------------
![casing](https://github.com/amad3v/QtRename/raw/master/docs/casing.png)   | ![add/remove](https://github.com/amad3v/QtRename/raw/master/docs/addrem.png)
![move](https://github.com/amad3v/QtRename/raw/master/docs/move.png)       | ![spaces](https://github.com/amad3v/QtRename/raw/master/docs/spaces.png)
![counter](https://github.com/amad3v/QtRename/raw/master/docs/counter.png) | ![enumerate](https://github.com/amad3v/QtRename/raw/master/docs/enum.png)

## **Changelog**

- **1.1.1:**

  - Fix treating directories as files when Process Extension is selected.
  - Fix animation doesn't stop if RegEx is invalid.
  - Fix no preview in some cases.
  - Fixed error message shown multiple times.

- **1.1.0:**

  - Fixed MVC bugs
  - Fixed folders/Files opened incrementally
  - Adjusted GUI for low resolution screens
  - Added french translation
  - Minor improvements

- **1.0.0:**

  - Initial release

Copyright :copyright: 2020 - amad3v


