An open API service indexing awesome lists of open source software.

https://github.com/arkneid/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.
https://github.com/arkneid/file_copy

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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. ```bash
    git clone https://github.com/arkneid/file_copy.git
    ```

# Uninstall


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

# Usage

```bash
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.