The project was created to understand the structure of the library of babel (originated from libraryofbabel.info), as well as to create a TUI interface for it.
Before you start, create a venv and install packages:
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txtAfter installation just type:
python ./main.pyIt should look something like this:
All examples you can find in examples/ folder. To run any example:
cp ./examples/raw_tlob.py ./
python ./raw_tlob.py