Home

Awesome

pangran

<img align="right" src="https://raw.githubusercontent.com/BimoT/pangran/main/assets/logo.svg" alt="pangran logo">

Pangran is a simple TUI program that checks if you've typed a pangram. The most famous pangram is undoubtedly "The quick brown fox jumps over the lazy dog". This program was created using the Rust TUI library ratatui and terminal manipulation library crossterm. Although this program was created and tested on Linux, these two libraries should allow it to work on Windows as well.

Usage

Type pangram -h to show help, and pangram -v to show the version. Just type pangram in your terminal and you'll be launched into the TUI. Pressing the Escape key quits the TUI.

Example

Installing

The easiest way to install pangran is to download the code and build it with cargo.

git clone https://github.com/BimoT/pangran
cd pangran
cargo build --release

This requires you to have cargo, and the rust toolchain installed.

Todo