Gives Detailed System Information Gives CPU and RAM Information with Graphics Exports and Saves Screenshots Written in Python.
Install Git Clone and Python3
Github Package Must Be Installed On Your Device.
sudo apt install git -y
Python
sudo apt install python3 -y
----------Required Libraries----------
Tkinter
sudo apt-get install python3-tk
pywin32
pip install pywin32
https://fatihonder.org.tr/python-ile-sistem-bilgisi-uygulamasi/
Install System_info_GUI
sudo git clone https://github.com/cektor/System_info_GUI.git
cd System_info_GUI
python system_info.py
or
python3 system_info.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
pyinstaller --onefile --windowed system_info.py
Windows VSCode Terminal
pyinstaller --onefile --noconsole system_info.py
MacOS VSCode Terminal
pyinstaller --onefile --noconsole system_info.py
Download and Run According to Your Operating System from the Link