pynex/README.md

26 lines
508 B
Markdown

# PyNex
A terminal browser for the [Nex](https://nex.nightfall.city) protocol written in Python
Very early version, probably lots of bugs.
## Installation
PyNex's only dependency is [PyTermGUI](https://github.com/bczsalba/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
```