https://github.com/pipeseroni/maze.py
Simple curses pipes written in Python
https://github.com/pipeseroni/maze.py
maze pipes-sh pipeseroni python terminal-screensaver
Last synced: about 1 month ago
JSON representation
Simple curses pipes written in Python
- Host: GitHub
- URL: https://github.com/pipeseroni/maze.py
- Owner: pipeseroni
- License: other
- Created: 2015-08-28T22:42:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T19:19:36.000Z (almost 4 years ago)
- Last Synced: 2025-06-03T22:51:58.365Z (6 months ago)
- Topics: maze, pipes-sh, pipeseroni, python, terminal-screensaver
- Language: Python
- Homepage: https://pipeseroni.github.io/
- Size: 182 KB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-terminal-art - maze.py
README
=======
maze.py
=======
*simple curses pipes written in Python*
.. figure:: https://raw.github.com/joshdk/maze/master/img/screenshot.png
maze running inside urxvt
Setup
=====
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