Skip to content

aaronsbytes/LeetPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LeetPrint

Write to the console, but cooler. This library is one of the projects i came up with for my internship. It's inspired by the text effect in the show "The Blacklist".


Example

using LeetPrint;

Printer printer = new Printer();

Console.WriteLine("Regular console output is boring, right?");

Thread.Sleep(7000);

printer.Print(
    "But what about this one? This looks way cooler.",
    delay: 3,
    rounds: 1,
    newLine: true,
    symbols: "β–’"
);


Thread.Sleep(7000);

printer.Print(
    "Or maybe this? Inspired by 'The Blacklist'",
    delay: 1,
    rounds: 10,
    newLine: true
);

About

πŸ‘€ Make console output look cool

Topics

Resources

Stars

Watchers

Forks

Languages