|
25 | 25 |
|
26 | 26 | ### Steps to be performed: |
27 | 27 | - import os |
28 | | - - The File which is to be changed, Jump to that location where file is present |
29 | | - - Then list all the items and start traversing one-by-one |
30 | | - - If file is found, rename the file extension |
| 28 | + - The File which is to be changed, Jump to that location. |
| 29 | + - Then list all the items and start traversing one-by-one. |
| 30 | + - If file is found, rename the file extension. |
31 | 31 |
|
32 | 32 | <h3 align="center"><a href="https://github.com/Iamtripathisatyam/Python_Beginner_Level_Projects/blob/main/Mini%20Projects/Folder%20Files%20Name%20Changer/Folder_Files_Name_Changer.py"><img src="https://img.shields.io/badge/-FILES NAME CHANGER-black?logo=python&logoColor=yellow&style=flat-square"></a><h3/> |
33 | 33 |
|
|
37 | 37 |
|
38 | 38 | ### Steps to be performed: |
39 | 39 | - import os |
40 | | - - Jump to the location where you want changes |
| 40 | + - Read more about [OS](https://cutt.ly/hbcDdIz) |
| 41 | + - Jump to the location where you want changes. |
41 | 42 | - like you want to change all the names of files contain extension ".JPG", select it. |
0 commit comments