asciiArtToPrint is a simple Python script that allows you to convert a text file containing ASCII art into a group of commands you can use to print it in your language of choice.
First, ensure that Python is installed on your system. To check, run the following command in your terminal:
python3 --version
If you see something like Python 3.11.2
, you can proceed to download asciiArtToPrint.
If you receive a "command not found" error, download and install Python from this link.
To download asciiArtToPrint, follow these steps:
- Click on the green "Code" button on the repository page.
- Select "Download ZIP" and download the file.
- After downloading, extract the contents of the ZIP file.
Alternatively, if you have Git installed, you can clone the repository directly by running:
git clone https://github.com/Arzejames/asciiArtToPrint
To run the program, execute the following command in your terminal:
python3 asciiArtToPrint.py