Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfcisco/xfcfet
my own version of neofetch that includes sys info, spotify info, and ascii picture
https://github.com/xfcisco/xfcfet
Last synced: about 2 months ago
JSON representation
my own version of neofetch that includes sys info, spotify info, and ascii picture
- Host: GitHub
- URL: https://github.com/xfcisco/xfcfet
- Owner: xfcisco
- Created: 2020-11-04T17:48:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T01:03:18.000Z (about 4 years ago)
- Last Synced: 2024-08-04T04:06:59.093Z (5 months ago)
- Language: Python
- Size: 220 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fetch - xfcfet - My own version of neofetch that includes sys info, spotify info, and ascii picture. `Python` (Miscellaneous / MacOS Only)
README
# xfcfet
my own version of neofetch that includes sys info, spotify info, and ascii picture# Screenshots
![alt text](https://github.com/x86Cisco/xfcfet/blob/main/prev1.png)
![alt text](https://github.com/x86Cisco/xfcfet/blob/main/prev2.png)
![alt text](https://github.com/x86Cisco/xfcfet/blob/main/prev3.png)# Requirments
python3 (and /usr/include/python3.8 libs)
cython
gcc
chafa
playerctl# How to compile
if you dont want to use the compiled version i uploaded in the repo
then this is how to compile it yourself:
1) ```pip3 install cython``` (or install with package manager)
2) ```cython3 main.pyx --embed``` will output a main.c file
3) ```gcc -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 libs
4) ```rm main.c``` cleaning up
5) ```./xfcfet ~/Pictures/avatar.png```