# welcomewagon Two pieces of code, one written in bash, one written in python for getting information about the computer and OS. Since it is written in bash it must only be executed in the linux terminal. The program that is meant to be executed is the python file, welcomewagon.py. Python 3 and Figlet need to be installed on your linux terminal to execute the python file without errors. To install python go to python.org/downloads/. To install figlet on the linux terminal type the following on the command prompt: `sudo apt-get install figlet`