Added osxphotos command line tool

This commit is contained in:
Rhet Turnbull
2019-08-18 09:39:55 -07:00
parent cbdc193b83
commit 0e65ab5452
5 changed files with 182 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import osxphotos
def main():
photosdb = osxphotos.PhotosDB()
print(f"db file = {photosdb.get_photos_library_path()}")
print(f"db file = {photosdb.get_db_path()}")
print(f"db version = {photosdb.get_db_version()}")
print(photosdb.keywords())