Hey, im also working on a pyfetch.py. There is a few out there now :)
Mine's not as fleshed out as yours, and i might just change the name.
Anyways, i noticed your output for terminal gives the terminfo name, not the name of the actual terminal. (ie. xterm-256-color vs alacritty)
os.environ.get("TERMINAL") returns the actual name.
Oh and the compiler script runs cython3, many distros use just cython.
Have a good day!
Hey, im also working on a pyfetch.py. There is a few out there now :)
Mine's not as fleshed out as yours, and i might just change the name.
Anyways, i noticed your output for terminal gives the terminfo name, not the name of the actual terminal. (ie. xterm-256-color vs alacritty)
os.environ.get("TERMINAL") returns the actual name.
Oh and the compiler script runs cython3, many distros use just cython.
Have a good day!