This script gathers and displays system information in a visually appealing format using the rich
library. It provides details such as the operating system, host name, kernel version, uptime, number of installed packages, shell, screen resolution, desktop environment, GPU, CPU, and RAM.
- Displays system information in a table format
- Includes a custom logo
- Uses
rich
for styling and formatting
-
Ensure you have the required dependencies installed:
pip install -r requirements.txt
-
Run the script:
python main.py
psutil
screeninfo
rich
distro