Added README.md for change_autor.py

This commit is contained in:
Nikita Khromov
2022-02-14 12:33:26 +03:00
parent ad1c0d559f
commit 9b8d7f94d5

13
tools/common/README.md Normal file
View File

@ -0,0 +1,13 @@
## Overview
**change_autor.py** is a tool for change autor and last modifiend in all documents in folder.
## How to use
1. Place the files to be changed in a folder, e.g. **input**.
2. Create a folder in which the modified files will be stored, e.g. **output**.
3. Call the file change_autor.py as shown below.
```bash
change_autor.py path_to_input_folder path_to_output_folder new_author_name
```