This is an "about OS" application that is inspired by Mac OS's About this Mac feature..but for linux(debian) THis works on ARM(Raspberry Pi) and on x86 linux as long as it's debian based(raspberry pi os, ubuntu etc) It is coded on python and uses Gtk so incredibly light-weight and fast on low resource Computers..
X86:
Raspberry Pi(Raspberry Pi OS+XFCE here):
Installation:
1)git clone https://github.com/IM-TechieScientist/AboutOS/
2)cd AboutOS
3)sudo mv * /home/pi/Desktop
4)cd Desktop
5)sudo chmod +x sys.py
6)pip3 install psutil(this might fail as it might be pre-installed)
7)pip3 install py-cpuinfo gpiozero
8)./sys.py
9) Or if you are on a debian based system (ubuntu doesn't work with .desktop files) click on the About_Amog_OS.desktop
This Project was originally created for the Amog OS project..requested by Moon1789

