Skip to content

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.

Notifications You must be signed in to change notification settings

Arzejames/asciiArtToPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asciiArtToPrint

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.

Download

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:

  1. Click on the green "Code" button on the repository page.
  2. Select "Download ZIP" and download the file.
  3. 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  

Running the Program

To run the program, execute the following command in your terminal:

python3 asciiArtToPrint.py  

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages