The user can enter a list of addresses and the program will find the shortest route to visit all the addresses. The project will use OSMNX to get the graph of the city and the addresses.
To install the project, you need to install the requirements with the following command:
pip install -r requirements.txt