Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

rasmusmerzin/cli-visuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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]