Browse free open source Python File Renamers and projects below. Use the toggles on the left to filter open source Python File Renamers by OS, license, language, programming language, and project status.

  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 1
    ZX Pokemaster

    ZX Pokemaster

    Tool for sorting/renaming files for ZX Spectrum

    Sorting/renaming files and managing cheats for ZX Spectrum. Files are sorted and renamed based on MD5 hashes (if availble). ZX Pokemaster incorporates AllTipshopPokes database, which contains all known multiface pokes, scraped directly from www.the-tipshop.co.uk and maintained by Pokemester's author.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    garysfm

    garysfm

    An advanced file manager with qss themes and iso and folder previews

    garysfm which stands for Gary's File Manager is a file manager with some advanced features. Those features include bulk renaming and folder image previews. I has rather advanced search functions, tab browsing with persistence between launches. It remembers your folder sorting and view options in icon view. It also remembers your active tabs between sessions. It has progress dialog while doing large operations like copying large files, and folders with many files. python version works on mac 11.0.1 or above and on Linux. The exe definitely works on Windows 11 and 10 amd and intel 64 bit systems. the exe is not for arm systems. Full theming engine with qss support for advanced theming in 1.2.4 To use themes other than the default download gsfmt.zip, and qss.zip and extract them to the directory where your garysfm is located. (version 1.2.3 and above for gsfmt and 1.2.4 and above for qss.) 1.2.9 has cloud syncing, bookmarks, tags, and collections, and cleaner
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    File-Name-Fixer

    File-Name-Fixer

    Renames files and folders with problematic and very long names

    Renames files and folders with problematic and very long names to work properly in Windows. (English language added to GUI). https://github.com/shampuan/File-Name-Fixer
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    reNamer

    reNamer

    Rename files depending on their .extension

    If you want to rename your dataset samples for ML and you might have a lot of them (you should btw) or maybe you need to set different enumeration for every .extension you have or you just want to rename some personal stuff I am glad you are here. This is how you can rename your files: - For every .extension in the target folder reNamer sets unique enumeration. - Randomly - With your set of parameters. Example, name=FILE, start counting from=10, step=1 Finally It is simple application but I hope it would be as useful to someone as it has been useful to me!
    Downloads: 2 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 5
    File Format Renamer
    This tool only changes the file extension, meaning it changes one label for another, such as changing a .jpg to a .txt. Be careful: this is not a converter. So, if you change the label of a file from .jpg to .pdf, the file will still be an image and will not become a PDF. It can be useful for files of the same type. For example, if you have different types of images, you can make your computer see them all as if they were of the same kind.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Shuffled File Set Renamer

    Shuffled File Set Renamer

    Randomly rename and shuffle all files in a folder

    This program randomly renames all files in a folder into shuffled Sets like these: - asdasd_01.mp4 - asdasd_02.mp4 - asdasd_03.mp4 - asdasd_04.mp4 - hjkhjk_01.mp4 - hjkhjk_02.mp4 - hjkhjk_03.mp4 - hjkhjk_04.mp4 - werwer_01.mp4 - werwer_02.mp4 - werwer_03.mp4 - werwer_04.mp4 Original order of files has been jumbled and shuffled in the process. Why? Purpose: If you're uploading files somewhere and you want their order to be randomized instead of alphabetically ordered, this can help. The sets are useful if you want to split your collection of... say 120 files into sets of 20 files, so you get 6 albums. (Source code is included with the program .zip file.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Advanced Mass File renamer

    This is a mass file renamer utilizing regular expression power.

    This is a python based UI application that can rename a part of a set of files inside a directory based on the provided regular expression. This gives a lot more flexibility compared to other renaming files since it used grouping principle. This had two level of applying the rename, first stage shows who it will be when you rename it, if you are fine with the change you can make it permanent by clicking commit. This avoid the risk of file getting corrupted. To rename all .py file to .pyc is as follows: Search for Regex: (.py)$ Rename using this regex: .pyw
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Auto_Img_Renamer

    AutoimgRenamer is a Python tool to rename image files in a folder.

    AutoimgRenamer is a lightweight Python tool that automatically renames all image files in a selected folder using a specified base name and an incremental index. It’s especially useful for organizing datasets, preparing files for machine learning, or batch-renaming personal image collections. Features 1. Rename .jpg, .jpeg, .png, .gif, .bmp, and .webp images 2. Simple, fast, and efficient 3. Customizable base name for files How It Works The tool scans the selected folder, finds all image files, and renames them to a format like: base_name_0001.PNG, base_name_0002.PNG, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Clifire is a command line tool for mass file renaming. It supports regular expression renaming as well as some more user-friendly featurs such as cutting, padding and number formatting. It is aimed at remote use (e.g. ssh, telnet).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 10
    Small application for rename pictures with their EXIF information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Multi-File-Renamer

    An app to rename all files in a folder

    You can rename all files in a folder . Add suffix or prefix or both to all files . Change all files extension .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    RenApp

    The File Renamer App

    This Program renames files of specified extension in a specified directory with a common name and appended numbering This Program also removes backup files from Specified directories and sub-directories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GUI Utility to Change file names in a directory with a search and replace function. It was made to rename files in a directory where a part where in \"firstname lastname -title format\" and others in \"lastname, firstname, title\" Bad experence with re
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Rename files, so that they can be safely transferred to the Xbox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A single purpose id3 tagger / file renamer which populates an album of songs with proper album/track information from Amazon Web Services (AWS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    macara

    macara

    A converter for seamless transformation of files, data, and media ...

    This application consolidates various scripts, including an AI feature (rembg), into a singular platform. The design of this software is evolutionary, allowing for the seamless integration of additional scripts, menus, or windows as needed. Serving as a versatile tool, it facilitates efficient file management, especially when handling a substantial volume of images, whether sorting by name or other attributes. These scripts are crafted to complement generative art AI technologies like Dall-e or stable diffusion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rename files with regex search/replace semantics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    pyShowRename

    pyShowRename

    Sensible batch renaming of downloaded TV files

    pyShowRename is a semi-automated batch file renamer which allows for controlled selection and maintenance/sanitisation of downloaded TV programs. The project was initially just to help the author get to grips with python but as of version 1.0 the project is stable enough to be used regularly and has proven to be a very useful tool. pyShowRename interfaces directly with the free epguides.com website using HTML scraping and retains a local cache of available TV Shows. This can be manually updated when new shows become available. Changelog ------------------------------------------------------------------------------ 2012-01-01 :: Initial launch. 2012-12-19 :: Code overhaul. Moved superfluous functions and GUI controls. Finalised reversion feature so UNDO WORKS! Moved shows cache update to file menu. Altered buttons logic to prevent preview of nothing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Terz the incredible AutoTagger is a automated Audio File Tagger and File Renamer. It uses information provided by musicbrainz. By using context information Terz achieves very good results. Other features: show incomplete albums, search for Duplicates ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB