Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Example implementations using python-pathfinding

image_pathfinding.py

Create a map from and image and run a path finding algorithm on it (requires PIL/Pillow).

You can all it with an input and output file like this:

cd examples/
python3 image_pathfinding.py -i map.png -o foo.png