From d142403cf148750c36464ca2e9a6d30d041ef983 Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Sun, 11 Feb 2024 17:59:05 +0800 Subject: [PATCH] Improve README Signed-off-by: Diamond Rivero --- README.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index af3b494..86127e3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,13 @@ ![banner](res/banner.png) +# Introduction +Small and simple GUI tool to gather your computer's information using Python. [![Pylint](https://github.com/diamant3/SYSIG/actions/workflows/Pylint.yml/badge.svg)](https://github.com/diamant3/SYSIG/actions/workflows/Pylint.yml) -## Introduction - -This is a small and simple GUI tool to gather your computer's information using Python. - ## Demo - https://github.com/diamant3/SYSIG/assets/71203851/b0454b5e-e3cb-4050-8f3c-853fb65eed16 ## Run - Upgrade pip then install required modules: ```shell @@ -25,19 +21,18 @@ then run: python sysig.py ``` -> **Note** +> [!Important] +> If you see a `ModuleNotFoundError: No module named 'distutils'` error, please install +> setuptools using the command `python -m pip install setuptools`. + +> [!Note] > This is just a hobby project and all information you will see in the app is based on the Python modules's detection capabilities. Thank you for your understanding! ## Credits - -[Hardware detection in python](https://www.thepythoncode.com/article/get-hardware-system-information-python) - -[psutil](https://github.com/giampaolo/psutil) - -[DearPyGUI](https://github.com/hoffstadt/dearPyGui/) - -[py-cpuinfo](https://github.com/workhorsy/py-cpuinfo) +- [Hardware detection in python](https://www.thepythoncode.com/article/get-hardware-system-information-python) +- [psutil](https://github.com/giampaolo/psutil) +- [DearPyGUI](https://github.com/hoffstadt/dearPyGui/) +- [py-cpuinfo](https://github.com/workhorsy/py-cpuinfo) ## Contribute - Open for any type of contribution, thanks!