Resurrecting flip phone typing as a Linux driver

Jun 23, 2025 - 20:45
 0  0
Resurrecting flip phone typing as a Linux driver

LibT9

A C library for creating T9 typing systems.

How to run

As a Linux Driver

See driver/

As a Cli Utility

Needs: ncurses & cmake

mkdir build
cd build
cmake ..
make -j$(nproc)
cli/main

As a Website

Go to foxmoss.github.io/libt9/

Dependencies

None! The library requires nothing but a basic implementation of the C standard library. The CLI requires ncurses solely, but this is by no means needed to just compile the library.

Todo

Feel free to contribute!

Credit

The image used as the background for the web demo was created by Matt Hardy.

Word data set is from Takala on HuggingFace. The orignal driver code came from Chengtao Wang.

What's Your Reaction?

Like Like 0
Dislike Dislike 0
Love Love 0
Funny Funny 0
Angry Angry 0
Sad Sad 0
Wow Wow 0