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. The following need to be installed on your linux terminal:
Python 3
Figlet
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