Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 816 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 816 Bytes

file_copy

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.

Installation

  1. Clone the master branch of this repository
  2. git clone https://github.com/arkneid/file_copy.git

Uninstall

  1. Go to the previous clone git folder and remove it

Usage

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).

Author

arknied(https://github.com/arkneid)

License

This software is released under the GNU General Public License v3.0, see LICENSE.