libt
libt is a small, cross-platform C library designed to provide basic text manipulation and terminal interaction capabilities. Its primary goal is to simplify common tasks that developers might encounter when creating command-line applications or working with text in a console environment. The library offers functions for clearing the screen, positioning the cursor, setting text colors, and retrieving keyboard input.
The library is written in C to ensure broad compatibility and minimal dependencies, making it suitable for
libt is often used for creating simple interactive command-line interfaces, text-based games, or utility tools that