/makePlan

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

makePlan

Purpose

makePlan is a tool to help users creating plan for trips. Users will input attractions name and address, and the tool will output the shortest tour that visit every place. In the future, makePlan will guarantee the following features:

  • The route will visit restaurants for lunch and dinner time
  • The route will check for opening time and closing time for museums, restaurants, ...
  • The route will provide guide line time to visits the places

Requirements

Installation

Users can either use github interface Download button or type the following command in command line:

git clone https://github.com/nguyenngochuy91/makePlan.git

For the dependencies, user can use the following (pip is already install)

pip install numpy pandas tsp

Usage

The easiest way to run the project is to execute the script plan which is inside the directory makePlan. Then, simply following the instructions on the terminal