iMykhailychenko / goitneo-python-hw-3-mds-2

GoitNeo python homework 3 (MDS 2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoitNeo python homework 3 (MDS 2)

Screen.Recording.2023-11-20.at.11.48.27.mov

To run the project

pip install -r requirements.txt
python main.py

To run the tests

make test

or

python -m unittest discover tests

To run linter

make lint

or

python -m isort **/*.py
python -m black **/*.py

About

GoitNeo python homework 3 (MDS 2)


Languages

Language:Python 99.6%Language:Makefile 0.4%