This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
path = '/Users/username/Documents/example-folder/' | |
def replace(): | |
directory_contents = os.listdir(path) | |
for name in directory_contents: | |
if os.path.isdir(path + name): | |
file_path = os.path.join(path, name) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": | |
{ | |
"name": "Aditya Satalkar", | |
"label": "Full Stack Developer", | |
"picture": "https://satalkar.github.io/images/Aditya_Satalkar.JPG.gif", | |
"email": "[email protected]", |