Your project description here.
This project requires Python and several Python libraries. To install these dependencies, follow the steps below:
-
Clone the repository to your local machine:
-
Run this commands:
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt