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

https://github.com/reliek21/change_extensions

Script that helps to change the extension of a file with Python 3
https://github.com/reliek21/change_extensions

python-script python3

Last synced: 11 months ago
JSON representation

Script that helps to change the extension of a file with Python 3

Awesome Lists containing this project

README

          

# Change Extensions

An application that helps us to change the extension of one or several files at the same time.
## Run Locally

Clone the project

```bash
git clone git@github.com:reliek21/change_extensions.git
```

Go to the project directory

```bash
cd change_extensions
```

Start

```bash
python3 script.py
```


## Authors

[@reliek21](https://www.github.com/reliek21)