This is Maria and Tasneem's Ascii-Art-Color project made during Reboot01 program
- About
- Prerequisites
- [Installing] (#installing)
- Usage
- Built Using
- Authors
- References
This project is a webified version of our [ascii-art] program which converts inputted string to ascii art characters.
- The Go file system(fs) API
- Color converters
- Data manipulation
- Terminal display
- A PC
- Go 1.20
Download the repository to your local machine.
- In the terminal of your choice, type
go run . --color=<color> <letters to be colored> "something"
to run the program
- Go - Programming language