Skip to content

HST-inc/hackertyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackertyper

Hackertyper is a program that displays text on the screen to create the illusion that you are typing something very complex and important in a hacker-style. The program uses familiar symbols, codes, and terms to create a convincing illusion.

Installation

To install on Linux, follow these steps:

  1. Clone the repository:
git clone https://github.com/username/hackertyper.git
  1. Navigate to the project directory:
cd hackertyper
  1. Build and install:
mkdir build
cd build
cmake ..
sudo make install

Dependencies

The program depends on the mpg123 utility, which is used to play sound effects. Make sure that the utility is installed on your system before running the program.

Usage

To run the program, execute the following command:

hackertyper

The program will start displaying text on the screen, creating the effect of typing code. You can stop the text output by pressing Ctrl + C.

Sample Code

The sample.c file contains an example code that can be displayed by the program. You can modify this file to create your own set of text to display. The program also contains other text files that can be used for impressive display.

Authors

The program was created by the development team at Higher School of Toxicity, particularly users NNakleskin and LumbaBalumba. If you have any questions or suggestions for improving the program, please contact us.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

The program is distributed under the MIT license. More information about the license can be found in the LICENSE file.