Two pieces of code, one written in bash, one written in python for getting information about the computer and OS.

Coder d5f39e78bb Update README.md 4 years ago
README.md d5f39e78bb Update README.md 4 years ago
sysinfo.py d2ba4885c7 Update python code 4 years ago
sysinfo.sh 6e3d95aa33 Update bash script 4 years ago

README.md

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. 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