Skip to content

sfluorine/textscroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textscroller

This is a simple text scroller program written in C. Simulating a scrolling effect.

Example

Gif example is coming soon!

Requirements

  • A C compiler (e.g., gcc)

Building

  1. Clone the repository or download the source code.
  2. Open a terminal and navigate to the directory containing the source code.
  3. Compile the program using the following command:
./build.sh

Usage

Run the compiled program from the terminal:

./textscroller "hello! こんにちは! так круто!"

or

./textscroller hello! こんにちは! так круто!

orr

./textscroller -d 400 "$(figlet "hello world!")"

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A simple text scroller program written in c.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published