From b9b6d0835bb3edc6cdbd10f41a069add977b248e Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 9 May 2020 14:35:07 -0500 Subject: [PATCH] Updated Motivation for this project (markdown) --- Motivation-for-this-project.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Motivation-for-this-project.md b/Motivation-for-this-project.md index 3cac065..4210111 100644 --- a/Motivation-for-this-project.md +++ b/Motivation-for-this-project.md @@ -2,4 +2,6 @@ My primary motivation for developing osxphotos is to create an easy way to progr I eventually added the `osxphotos` command line interface to provide a way to query and export photos from the command line. Initially I built this only as a tool to help me with development and debugging but it's grown into a useful stand-alone tool and it seems most people who discover osxphotos do so by searching for a way to export photos. -My primary focus when adding new features continues to be on the osxphotos python package itself with every attempt to make the interface useful and intuitive for others to use in their code. Any feature added to the command line tool is thus first developed as an interface for other programmers. \ No newline at end of file +My primary focus when adding new features continues to be on the osxphotos python package itself with every attempt to make the interface useful and intuitive for others to use in their code. Any feature added to the command line tool is thus first developed as an interface for other programmers. + +[home](https://github.com/RhetTbull/osxphotos/wiki) \ No newline at end of file