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
- Host: GitHub
- URL: https://github.com/reliek21/change_extensions
- Owner: reliek21
- Created: 2021-09-26T21:10:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T10:39:58.000Z (over 4 years ago)
- Last Synced: 2025-02-10T00:37:52.606Z (about 1 year ago)
- Topics: python-script, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)