An open API service indexing awesome lists of open source software.

https://github.com/000pp/MSI

💻 CLI which gives informations about your system
https://github.com/000pp/MSI

Last synced: about 1 year ago
JSON representation

💻 CLI which gives informations about your system

Awesome Lists containing this project

README

          

# 🖥️ MSI

![msi](https://i.imgur.com/pVB0kkx.jpg)

> CLI which give informations about your system.



## 🤔 What is MSI?
MSI (My System Info) is a CLI python which gives information about your system.



## ☁️ Download
1. For a more easy download, click in the button `Clone or download` and click on `Download ZIP`
2. If you want to use **SSH**, use `git clone git@github.com:oppsec/MSI.git`
3. If you want to use **HTTPS**, use `git clone https://github.com/oppsec/MSI.git` **(recommended)**



## ⚙️ Set-Up
1. You need [Python](https://www.python.org/) 3.0+ installed on your machine.
2. Set your terminal PATH to the folder path.
3. Type on your terminal `pip install -r requirements.txt` to install the libraries.
4. To execute type on terminal `main.py` if not works, try using `python main.py`.
5. Done! 😃



## 📝 Libraries
- [psutil](https://pypi.org/project/psutil/) | **Cross-platform lib for process and system monitoring in Python.**