my own version of neofetch that includes sys info, spotify info, and ascii picture
python3 (and /usr/include/python3.8 libs) cython gcc chafa playerctl
if you dont want to use the compiled version i uploaded in the repo then this is how to compile it yourself:
pip3 install cython
(or install with package manager)cython3 main.pyx --embed
will output a main.c filegcc -Os -I /usr/include/python3.8 main.c -lpython3.8 -o xfcfet
# this here will compile the C file generated make sure you have python installed to link its libsrm main.c
cleaning up./xfcfet ~/Pictures/avatar.png