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

Coder 7b1ca896f9 Update sysinfo.py 4 years ago
README.md 68f464aba9 Update README.md 4 years ago
sysinfo.py 7b1ca896f9 Update sysinfo.py 4 years ago
sysinfo.sh 91a404e12d Update sysinfo.sh 4 years ago

README.md

System-info

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, sysinfo.py. Python 3 and Figlet need to be installed on your Linux terminal to execute the Python file without errors. To install the latest version of Python go to https://www.python.org/downloads/. The program takes care of installing figlet. The program asks you if you have figlet installed. If you do, it doesn't install anything. If you don't, it runs the Linux command in the background to install figlet. This program has only been tested on Ubuntu, and may not work on any other distros of Linux.