Skip to main content

Rename Beep files

Project description

Rename Beep File

This script is useful to rename all files inside a folder.
Indeed it replaces all the instances of a target string (target) in the base name of each file with the character specified (char).

GitHub release (latest by date) PyPI PyPI - Python Version GitHub stars

The default values are:

  • target = +
  • char = (space character)

It is a very simple tool but very useful when directly downloading zip files from folders from the Beep site. But its usage can be extended.

Instructions

Install the script.

pip install rename-beep-files

Use it in the terminal

rename-beep-file

You may include several options:

  • recursive
  • target
  • char
  • folder path
$ rename-beep-files -h   
usage: rename-beep-files [-h] [-r] [-t TARGET] [-c CHAR] [paths [paths ...]]

Process renames all the file into the target directory.

positional arguments:
  paths                 Specify all the folders in which execute the renaming

optional arguments:
  -h, --help            show this help message and exit
  -r, --recursive       Execute the rename action recursively into all
                        subdirectories of targeted folder
  -t TARGET, --target TARGET
                        Specify the character to replace
  -c CHAR, --char CHAR  Specify the character with which you want to replace

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rename-beep-files-2.1.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

rename_beep_files-2.1.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page