42-AI / Elegant-Elegans

MIT License
3 stars 0 forks source link

parser & checker (images to video conversion): path argument parsing and checking #17

Closed madvid closed 2 years ago

madvid commented 2 years ago

User Story

I want to convert any .TIFF image to AVI and MP4 types video.
so that i can use these data for WF NTP

To do so, I need to parse an argument being supposely the path to the directory containing:

Acceptance Criteria

Via the command

python -m converter --path [path_arg]

The program converter will check:

Definition of Done

Defined by CICD:

cnstll commented 2 years ago

@madvid we may be missing parsing of --output and -o from issue #24

madvid commented 2 years ago

Right, @jhparkkkk and @shell02. You should add an argument to the parser object, to be able to define the output path and filename

madvid commented 2 years ago

I let you decide between you (@jhparkkkk , @shell02 , @cnstll , @p-lg-ux )

madvid commented 2 years ago

@jhparkkkk & @shell02 how is it going ?

p-lg-ux commented 2 years ago

Shouldn't the parser allow both "tiff" and "tif" extensions in the directory (instead of just "tiff") ?