Написана она на Python,все бибилотеки написаны в requments.txt ЗАПУСКАЕТСЯ ТОЛЬКО НА LINUX УЧТИ ЭТО , на винде не робит да...
Установка :
Debian and another distro:
sudp apt install python3 git
git clone https://github.com/ArThirtyFour/nsofetch
cd nsofetch
pip install -r requments.txt
python da.py
Arch Linux and another distro:
sudo pacman -S python3 git
git clone https://github.com/ArThirtyFour/nsofetch
cd nsofetch
pip install -r requments.txt
python da.py