This project translates the user-entered text expression into different types of ascii text.
There are three type of Ascii format. Shadow, Thinkertoy and Standard. User can select one of them.
If you want to see all ascii formats. You can select print all option.
Ascii.Art.web.mp4
You can download the result with download button
#clone this repository
git clone https://github.com/siberkampus/Ascii-Art-Web/
#Change working directory to /Ascii-Art-Web
cd Ascii-Art-Web
#Run source code
go run main.go
#clone this repository
git clone https://github.com/siberkampus/Ascii-Art-Web/
#Change working directory to /Ascii-Art-Web
cd Ascii-Art-Web
#Build dockerfile with Ascii-Art-Web tag
docker build -t Ascii-Art-Web .
#Run your docker image
docker run Ascii-Art-Web
Muhammed Çelik