This is a simple text scroller program written in C. Simulating a scrolling effect.
Gif example is coming soon!
- A C compiler (e.g.,
gcc
)
- Clone the repository or download the source code.
- Open a terminal and navigate to the directory containing the source code.
- Compile the program using the following command:
./build.sh
Run the compiled program from the terminal:
./textscroller "hello! こんにちは! так круто!"
or
./textscroller hello! こんにちは! так круто!
orr
./textscroller -d 400 "$(figlet "hello world!")"
This project is licensed under the MIT License. See the LICENSE file for more details.