Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 345 Bytes

True Color Viewer

A python script to view pictures in your terminal.

Usage

tcv [-h] [--quiet] File [File ...]

a screenshot

Requirements

  • A terminal with:
    • 24-bit color (aka true color) support.
    • At least partial UTF-8 support (precisely, it has to support the '▀' character).
  • Python3 with PIL