simple curses pipes written in Python
Run the following program to install:
% pip3 install . # as root or use --user
After installing you can run the program by typing maze.py
in your
terminal. If at any point you wish to uninstall just run the following command:
% pip3 uninstall maze.py