Skip to content

NouemanKHAL/GeekCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeekCode v2.7 license

A CLI that transforms text into ASCII Art.

Usage: geekcode [options] file
    Options:
        -h --help :                Display this information.
        -v --version :             Display the version of GeekCode.
        -c --custom <char> :       Use a custom character to print the text.
        -o --output <file> :       Specifies the output file.

Example

  • CMakeLists.txt :

alt text

  • main.cpp :

alt text

Requirements

  • C++14 or Higher
  • CMake v3.5.1 or higher
  • Make (for Windows users : copy and rename MinGW/bin/mingw32-make.exe as make.exe)

Usage

  • Go to the root of the project then :
foo@bar/GeekCode:~$ cd build
foo@bar/GeekCode/build:~$ cmake .. -G "MinGW Makefiles"
foo@bar/GeekCode/build:~$ make
  • Launch your executable "geekcode".
foo@bar/GeekCode/build:~$ geekcode <filename>

TO-DOs

  • Support essential alphanumeric characters -- DONE.
  • Support customizable character to draw characters -- DONE.

About

A CLI that transforms text into ASCII Art.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published