This is an A* pathfinding visualization using python
You must have Tkinter to run this visualization, if it hasn't installed on your computer, use the following command to install it.
$ pip install python-tk
After clonning this repository, using the following command to open the GUI
$ python app.py
Then, insert the width and the height of the matrix and click "Create Matrix"
Final, click "DO!!" to see the A* line between randomly start location and finish location with st as start and fi as finish
\
`