title: Ascii Art Lettering with the Art module tags: python art h1: ```py #!/usr/bin/env python3 import sys, art print("\n".join(art.text2art(arg) for arg in sys.argv[2:])) ``` ```plaintext $ ./text2file hello world _ _ _ | |__ ___ | || | ___ | '_ \ / _ \| || | / _ \ | | | || __/| || || (_) | |_| |_| \___||_||_| \___/ _ _ __ __ ___ _ __ | | __| | \ \ /\ / / / _ \ | '__|| | / _` | \ V V / | (_) || | | || (_| | \_/\_/ \___/ |_| |_| \__,_| ```