Skip to content

striter-no/TLoB-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLoB V2 Project

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.

Installation

Before you start, create a venv and install packages:

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Running TUI (Terminal UI)

After installation just type:

python ./main.py

It should look something like this:

TUI demo

Examples of usage of the TLoB python library

All examples you can find in examples/ folder. To run any example:

cp ./examples/raw_tlob.py ./
python ./raw_tlob.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages