This project is a python script that will copy a file to different names, provided by csv file, x times.
The name of the new files must be in a CSV file without the extension.
- Clone the master branch of this repository
git clone https://github.com/arkneid/file_copy.git
- Go to the previous clone git folder and remove it
python file_copy.py -s example.jpeg
NOTE: The database csv file must be named as "database_names.csv" in the same directory as the file file_copy.py, with 1 column. The first row must be the column name (ex: Files Name).
arknied(https://github.com/arkneid)
This software is released under the GNU General Public License v3.0, see LICENSE.