Skip to content

Display characters to the terminal along a random walk

Notifications You must be signed in to change notification settings

0xTiger/echo-random-walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Echo Random Walk

Displays the characters in a file to the terminal along a random walk using python's curses module

Usage

Example:

python3 echo-random-walk.py myfile.txt

Press q to quit.

All options:

usage: echo-random-walk.py [-h] [--log] [--speed SPEED] path

positional arguments:
  path           path of file or directory containing text to display

optional arguments:
  -h, --help     show this help message and exit
  --log          enables logging
  --speed SPEED  set the display speed in characters per second

About

Display characters to the terminal along a random walk

Topics

Resources

Stars

Watchers

Forks

Languages