akkupy / Graphics_Display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphic Display

Introduction

Program to display a string with graphics.

Procedure

Input

This programme takes three inputs

  1. A STRING :-(names, words or numbers seperated by spaces).

    NOTE: FOR BEST RESULT LIMIT WORDS SIZE BY 4-5 CHARACTERS. OR KEEP THE SCREEN HORIZONTAL

  1. Any graphics character like @,#,* etc....

    TIP: USE @ OR # FOR BEST RESULT !

  1. Color Code as in the figure below

Output of the program

The output will be the entered string in the given graphics character.

About

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%