Skip to content

samborba/rich-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Samuel Borba
Apr 8, 2021
2690884 · Apr 8, 2021

History

6 Commits
Apr 8, 2021
Apr 3, 2021
Apr 4, 2021
Apr 3, 2021
Apr 3, 2021

Repository files navigation

POC: Rich Terminal

A proof of concept of using the Rich library to improve the user experience when using scripts via terminal.

Requirements

Quick Start

Make sure you have all requirements installed on your computer.

Run Local:

(Optional) Install virtualenv:

python3 -m pip install virtualenv

(Optional) Create a virtualenv:

virtualenv -p python3 venv

(Optional) Active the virtualenv:

source venv/bin/activate

Install Python modules:

pip install .

Start the app:

python3 -m rich_terminal.app

Releases

No releases published

Packages

No packages published

Languages