/cli-visuals

ASCII art.

Primary LanguagePythonMIT LicenseMIT

# cli-visuals


Each python file is a different program.
The only functionality of these programs is to create visuals inside the shell environment.


CLONING
$ git clone https://github.com/rasmusmerzin/cli-visuals.git


USAGE (bash)
$ cd <path/to/directory>
$ python3 <file_name> [OPTIONS]
or
$ ./<file_name> [OPTIONS]

USAGE (cmd.exe)
$ cd <path\to\directory>
$ py <file_name> [OPTIONS]
or
$ <file_name> [OPTIONS]