From cbd9ef44e38fbff48af92405e0229b6a779fabe0 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Wed, 26 Feb 2020 02:07:18 +0100 Subject: Wrote basic README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 492d21a..4a08864 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# filmstripper +# Filmstripper +A tool for fusing multiple images together into a single filmstrip. + +## Usage + +Filmstripper takes a folder as input and a file-path as output. It can generate both vertical and horizontal filmstrips, the choice is made by either writing `v` for vertical, or `h` for horizontal. Vertical is the default, if nothing else is chosen. + +``` +python3 filmstripper.py /input/directory/ /output/file.png [v/h] +``` + +## Examples + +`N/A` -- cgit v1.2.1