/image-sorting-machine

This app is image sorting machine.

Primary LanguagePythonMIT LicenseMIT

Image Sorting Machine

CI python version MIT License

This app is image sorting machine.

Requirement

  • Python 3.9
  • pipenv

Development

Installation

$ pipenv install --dev

Code Quality

# code check
$ pipenv run lint && pipenv run mypy

# code format
$ pipenv run format