Skip to content

This is my first Docker image. It consists of a Python app for text converting to ASCII art fancy.

Notifications You must be signed in to change notification settings

giorgiobini/python-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-art

This is my first Docker image; it is based on Ubuntu, Python and ART.

I've created it with the command:

docker build -t "pyton-art" .

You can run this program with the command:

./run.sh

Example

foo@bar:~$ hello world!

###  ##  #######  ###      ###       ####             ##   #    ####     ####    ###      #####      ###
###  ##  ###  ##  ###      ###      ### ##            ##   ##  ### ##   ### ##   ###      ### ##     ###
###  ##  ###      ###      ###      ###  ##           ##   ##  ###  ##  ###  ##  ###      ###  ##    ###
#######  ######   ###      ###      ###  ##           ## # ##  ###  ##  ######   ###      ###  ##    ###
###  ##  ###      ###      ###      ###  ##           #######  ###  ##  #####    ###      ###  ##    ###
###  ##  ###  ##  ###  ##  ###  ##  ###  ##           ### ###  ###  ##  ### ##   ###  ##  ###  ##
###  ##  #######  #######  #######   #####            ##   ##   #####   ###  ##  #######  ######     ###

About

This is my first Docker image. It consists of a Python app for text converting to ASCII art fancy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published