file-renamer


Namefile-renamer JSON
Version 1.1.4 PyPI version JSON
download
home_pageNone
SummaryRename files using a GUI desktop app for Linux & Windows. macOS not yet tested.
upload_time2024-10-22 16:25:05
maintainerNone
docs_urlNone
authorCarlos
requires_python>=3.12
licenseNone
keywords app batch-rename-files fedora gui linux-desktop macos-desktop pyside6 qcreator qt rename rename-files renamer ubuntu windows-desktop
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # File Renamer
Rename files using a GUI desktop app for Linux, Windows & macOS. macOS not yet tested.

1. [Github](https://github.com/mcarlos101/file-renamer)
1. [PyPi](https://pypi.org/project/file-renamer/)

## Screenshots

### Fedora Linux 40 Light Theme
App
![file-renamer app](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-01-app-fedora-linux-40.png)

***

List Files
![List Files](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-02-list-files-fedora-linux-40.png)
***

Preview
![Preview](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-03-preview-fedora-linux-40.png)

***

Renamed
![Renamed](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-04-renamed-fedora-linux-40.png)

***

### Windows 11 Dark Theme
App
![file-renamer app](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-01-app-windows-11.png)

***

List Files
![List Files](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-02-list-files-windows-11.png)
***

Preview
![Preview](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-03-preview-windows-11.png)

***

Renamed
![Renamed](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-04-renamed-windows-11.png)

***


## Installation

###  Linux
1. Download latest [release](https://github.com/mcarlos101/file-renamer/releases)
1. Unzip file & change into dir
1. Right-click on file-renamer & launch app or run shell command `./file-renamer`
1. Tested on [Fedora Workstation 40](https://fedoraproject.org/workstation/) & [Ubuntu 24.04.1 LTS](https://ubuntu.com/download/desktop)

### Windows
1. Download latest [release](https://github.com/mcarlos101/file-renamer/releases)
1. Unzip file & change into dir
1. Right-click on file-renamer.exe & launch app
1. Tested on Windows 11

###  pip
Install from [PyPi](https://pypi.org/project/file-renamer/)
```bash
# Install Python3.12 on Fedora Linux 40
sudo dnf install python3.12

# Create file-renamer folder in $HOME dir or anywhere
mkdir file-renamer

# Change directory
cd file-renamer

# Create virtual environment
python3.12 -m venv venv

# Activate virtual environment
source venv/bin/activate

# Install file-renamer
pip install file-renamer

# Run
file-renamer
```

1. Tested on Fedora Linux Workstation 40, Windows 11 & Ubuntu 24.04.1 LTS
1. macOS and other operating systems not tested (may the gods be with you!)
1. See [Installing Packages](https://packaging.python.org/en/latest/tutorials/installing-packages/) for more info on other operating systems.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "file-renamer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "app, batch-rename-files, fedora, gui, linux-desktop, macos-desktop, pyside6, qcreator, qt, rename, rename-files, renamer, ubuntu, windows-desktop",
    "author": "Carlos",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f0/a6/61cd313392c30a535be8c46232948e995d982e07ae77b0406ca74579295f/file_renamer-1.1.4.tar.gz",
    "platform": null,
    "description": "# File Renamer\nRename files using a GUI desktop app for Linux, Windows & macOS. macOS not yet tested.\n\n1. [Github](https://github.com/mcarlos101/file-renamer)\n1. [PyPi](https://pypi.org/project/file-renamer/)\n\n## Screenshots\n\n### Fedora Linux 40 Light Theme\nApp\n![file-renamer app](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-01-app-fedora-linux-40.png)\n\n***\n\nList Files\n![List Files](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-02-list-files-fedora-linux-40.png)\n***\n\nPreview\n![Preview](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-03-preview-fedora-linux-40.png)\n\n***\n\nRenamed\n![Renamed](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/fedora-linux-40/light/file-renamer-light-04-renamed-fedora-linux-40.png)\n\n***\n\n### Windows 11 Dark Theme\nApp\n![file-renamer app](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-01-app-windows-11.png)\n\n***\n\nList Files\n![List Files](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-02-list-files-windows-11.png)\n***\n\nPreview\n![Preview](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-03-preview-windows-11.png)\n\n***\n\nRenamed\n![Renamed](https://raw.githubusercontent.com/mcarlos101/file-renamer/main/screenshots/windows-11/dark/file-renamer-dark-04-renamed-windows-11.png)\n\n***\n\n\n## Installation\n\n###  Linux\n1. Download latest [release](https://github.com/mcarlos101/file-renamer/releases)\n1. Unzip file & change into dir\n1. Right-click on file-renamer & launch app or run shell command `./file-renamer`\n1. Tested on [Fedora Workstation 40](https://fedoraproject.org/workstation/) & [Ubuntu 24.04.1 LTS](https://ubuntu.com/download/desktop)\n\n### Windows\n1. Download latest [release](https://github.com/mcarlos101/file-renamer/releases)\n1. Unzip file & change into dir\n1. Right-click on file-renamer.exe & launch app\n1. Tested on Windows 11\n\n###  pip\nInstall from [PyPi](https://pypi.org/project/file-renamer/)\n```bash\n# Install Python3.12 on Fedora Linux 40\nsudo dnf install python3.12\n\n# Create file-renamer folder in $HOME dir or anywhere\nmkdir file-renamer\n\n# Change directory\ncd file-renamer\n\n# Create virtual environment\npython3.12 -m venv venv\n\n# Activate virtual environment\nsource venv/bin/activate\n\n# Install file-renamer\npip install file-renamer\n\n# Run\nfile-renamer\n```\n\n1. Tested on Fedora Linux Workstation 40, Windows 11 & Ubuntu 24.04.1 LTS\n1. macOS and other operating systems not tested (may the gods be with you!)\n1. See [Installing Packages](https://packaging.python.org/en/latest/tutorials/installing-packages/) for more info on other operating systems.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Rename files using a GUI desktop app for Linux & Windows. macOS not yet tested.",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://github.com/mcarlos101/file-renamer",
        "Repository": "https://github.com/mcarlos101/file-renamer.git"
    },
    "split_keywords": [
        "app",
        " batch-rename-files",
        " fedora",
        " gui",
        " linux-desktop",
        " macos-desktop",
        " pyside6",
        " qcreator",
        " qt",
        " rename",
        " rename-files",
        " renamer",
        " ubuntu",
        " windows-desktop"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "592e70c8098414d2254da6447d5f5f479cea00ed5c8114dbc58184785ce0ab89",
                "md5": "6dbbd6051ee9d568956014eb2b34e493",
                "sha256": "f5cb4021a0c6f3344d5cbe491e0f071d5eefc9ac69a7415d2a1b9d2775464371"
            },
            "downloads": -1,
            "filename": "file_renamer-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6dbbd6051ee9d568956014eb2b34e493",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 45228882,
            "upload_time": "2024-10-22T16:24:02",
            "upload_time_iso_8601": "2024-10-22T16:24:02.404835Z",
            "url": "https://files.pythonhosted.org/packages/59/2e/70c8098414d2254da6447d5f5f479cea00ed5c8114dbc58184785ce0ab89/file_renamer-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0a661cd313392c30a535be8c46232948e995d982e07ae77b0406ca74579295f",
                "md5": "beb5c84c967853b518d83e668c1a820d",
                "sha256": "f43faac9c1af8e5e817c3436f569543cd8a089127481a85dba714d23f38315a9"
            },
            "downloads": -1,
            "filename": "file_renamer-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "beb5c84c967853b518d83e668c1a820d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 45864522,
            "upload_time": "2024-10-22T16:25:05",
            "upload_time_iso_8601": "2024-10-22T16:25:05.646301Z",
            "url": "https://files.pythonhosted.org/packages/f0/a6/61cd313392c30a535be8c46232948e995d982e07ae77b0406ca74579295f/file_renamer-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 16:25:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mcarlos101",
    "github_project": "file-renamer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "file-renamer"
}
        
Elapsed time: 0.63113s