An open API service indexing awesome lists of open source software.

https://github.com/samrb-dev/samsells-tui


https://github.com/samrb-dev/samsells-tui

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# A project to experiment with **Terminal User Interface (TUI)** using **Rich** library in **python**

## Build Docker Container
```
docker build -t samsells:latest .
```

## Run Container
```
docker run --rm -it samsells
```

or

```
docker run --rm -it samsells:latest
```