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

Coder ed072713f6 Delete sysinfo.py 4 years ago
README.md cd66a43b14 Update README.md 4 years ago
sysinfo.sh 6e3d95aa33 Update bash script 4 years ago

README.md

Sysinfo

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 https://www.python.org/downloads/. To install figlet on the linux terminal type the following on the command prompt:

sudo apt-get install figlet