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
- Host: GitHub
- URL: https://github.com/000pp/MSI
- Owner: 000pp
- Created: 2020-04-19T18:54:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T02:49:27.000Z (over 5 years ago)
- Last Synced: 2025-04-13T08:03:26.924Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖥️ MSI

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