Closed roysti10 closed 3 years ago
related to #63
Instead of having each effect to be run seperately, It would be better if it was run in a single command line interface
artcv effect <effect-name> --file <image file name> --output <output file location>
main,py
ArtCV │ README.md │ LICENSE │ requrements.txt └───art_cv │ │ effects │ └─── effect1.py │ │ | effect2.py │ │ | and so on... │ │ __init__.py │ | main.py
This folder structure makes it clean and easier to apply tools like black, flake8 or write tests, I was also contemplating on how to sort the effects since there are a lot
If this is fine with you, I would like to get started
related to #63
Instead of having each effect to be run seperately, It would be better if it was run in a single command line interface
Proposal
artcv effect <effect-name> --file <image file name> --output <output file location>
main,py
file itself to avoid confusion in argumentsThis folder structure makes it clean and easier to apply tools like black, flake8 or write tests, I was also contemplating on how to sort the effects since there are a lot
If this is fine with you, I would like to get started