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.
- Host: GitHub
- URL: https://github.com/arkneid/file_copy
- Owner: arkneid
- License: gpl-3.0
- Created: 2024-10-23T19:38:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T22:50:27.000Z (8 months ago)
- Last Synced: 2024-10-24T11:59:10.044Z (8 months ago)
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- Clone the master branch of this repository
```bash
git clone https://github.com/arkneid/file_copy.git
```# Uninstall
- 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.