Skip to content

Commit 5621fa4

Browse files
authored
Update README.md
1 parent 8f4fadf commit 5621fa4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# System-info
2-
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 distrobutions of Linux.
2+
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
3+
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 excepts input so it knows 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 distrobutions of Linux. If you want to get similar info on Microsoft Windows you can run the following command on the command prompt or on powershell:
4+
5+
`systeminfo`
6+
7+
If that doesn't work properly you can run this command on the powershell:
8+
9+
`Get-ComputerInfo`
10+
11+
Please remember that the "Get-ComputerInfo" command only works on powershell and will not be recognized by the command prompt.
312

413
**CODE DEVELOPED BY: PythonCoder8 (me) and Cybergavin both from Oakville, Canada**
514

0 commit comments

Comments
 (0)