https://github.com/samrb-dev/samsells-tui
https://github.com/samrb-dev/samsells-tui
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samrb-dev/samsells-tui
- Owner: SamRB-dev
- Created: 2022-11-25T04:06:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T08:08:20.000Z (about 2 years ago)
- Last Synced: 2024-11-12T20:07:08.352Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```