Python script for sanitize files and directories names
Project description
Name Sanitizer
Motivation
This package arises from the need to clean file and directory names to be able to include them in our different projects. Sometimes these files are usually many and are at different levels of depth, for example, google sources. At other times we want to have an image repository but the names are very varied and / or contain special characters not supported for imports in some languages ... this package will help you with that.
Let's not forget the good android studio, surely you are already tired of manually renaming the files.
Install
pip install name-sanitizer
Simple usage
python -m ns
The package will work in the current path where the console is open. Remember that in Linux you can open the terminal contextually and in Windows, you can click on the breadcrumb in the folder, type cmd, press enter and the console will open in that path.
Options
--a
=> Replace the file or directory name with an anonymous one.
--r
=> Run the sanitizer recursively from the current directory.
--only_dir
=> Run the sanitizer for directories only
--only_file
=> Run the sanitizer for files only
--extensions
=> Defines the specific extensions where the sanitizer will act. (By default it includes directories)
Options usage
All the parameters except the extensions work as a flag, if you set it, it will work.
Example:
python -m ns --r --a
This will run the sanitizer recursively anonymizing files for child directories
Extensions:
You can define that the sanitizer only works on files with a certain extension. To do this, you must specify the extensions including the period, if there is more than one you must add them with a comma and without spaces.
Example:
python -m ns --extension=.ttf,.mp3 --r --only_file
This will run the sanitizer recursively only for files with the extension .ttf and .mp3 without renaming the directories.
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
File details
Details for the file name_sanitizer-1.0.3.tar.gz
.
File metadata
- Download URL: name_sanitizer-1.0.3.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6448f133c777459c6658e1d6b4bea8dac2d9279bbc90b487d23468f5625b6d7c |
|
MD5 | 904a4f091376f3095e922d0424438361 |
|
BLAKE2b-256 | 8bd2b9754ca61e8ee8add1f7b4cbd071e6fb3cafc94d32d172457ba5b2532c9c |