Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Livingdead1989 committed May 27, 2021
1 parent c7dfd62 commit abdd87d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import os, csv

def main():
## get current working directory
directory_path = os.getcwd() + '/'
print('My current directory is: ' + directory_path)
print('My current working directory is: ' + directory_path)

## import photo directory into listdir
path = directory_path + 'Photographs to Rename'
Expand Down

0 comments on commit abdd87d

Please sign in to comment.