A simple acii graphic generator
These instructions will Draw a user defined ascii arrow on your local machine.
Python Arrows requires Python 3 to run, with no additional packages. The commands below will [upgrade OS and install packages 1 & 2] for ease of experimentation with Python Arrow.
sudo apt update
sudo apt upgrade
sudo apt install package1 package2
Once installed you can run the program with the following command
python arrow.py
Add any additional ways to run the program below
python arrow.py test.txt
Thank you to Coleen Day for teaching the python class, and Zachary Rubin for assistance with GitHub.