An ironic .NET console application that emulates those dramatic "hacker screens" you see in movies. Perfect for impressing friends, entertaining people on the train, or just having fun pretending to be a Hollywood hacker. Built with Spectre.Console for maximum visual effect.
To get a copy of the project, clone the repository using the following command:
git clone <repository-url>
Navigate to the project directory and run the following command to build the application:
dotnet build
After building the application, you can run it using the following command:
dotnet run
This project uses the following NuGet package:
- Spectre.Console: A library for creating beautiful console applications.
To restore the dependencies, run:
dotnet restore
If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.