A browser for the Nex protocol written in Python
Go to file
yequari f7615ff7f9 update README 2023-07-03 11:35:25 -07:00
.gitignore repository info 2023-07-02 15:31:48 -07:00
LICENSE repository info 2023-07-02 15:31:48 -07:00
README.md update README 2023-07-03 11:35:25 -07:00
nex.py create browser class 2023-07-03 01:52:14 -07:00
requirements.txt repository info 2023-07-02 15:31:48 -07:00

README.md

PyNex

A terminal browser for the Nex protocol written in Python

Very early version, probably lots of bugs.

Installation

PyNex's only dependency is PyTermGUI, a library for creating terminal applications. It can be installed with the following command, preferably in a virtual environment.

pip install -r requirements.txt

Usage

python nex.py <locator>

For example

python nex.py nex.nightfall.city

Use the arrow keys or k and j to scroll up and down. Number keys 0-9 will follow the corresponding link on the page.