Skip to content

sidarpttr/printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Printer

Description: This repository contains a C++ class for stylized printing of letters using ASCII art.

Features

  • Stylized printing of letters using ASCII art.
  • Supports printing of uppercase letters (A-Z).
  • Can handle spaces in the input text.

How to Use

  1. Clone the repository to your local machine.

  2. Compile and run the program.

Examples

Example 1: Printing "sidar"

#include "printer.h"

int main() {
    Letter l;
    l.print("sidar");

    return 0;
}

OUTPUT:
╭━━╮╭╮  ╭╮╭━━╮╭━╮
┃━━┫╭╮╭━╯┃┃╭╮┃┃╭╯
┣━━┃┃┃┃╰╯┃┃╭╮┃┃┃
╰━━╯╰╯╰━━╯╰╯╰╯╰╯

About

printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages