neofetch, but for Windows
This was made to have the command neofetch available on the Windows CMD. If you wish to contribute, feel free to do so.
- Python 3.11 or up
- Open CMD as admin
- Type the following command:
pip install neofetch-win
- Now you can type
neofetch
in CMD to see results
black, red, green, yellow, blue, magenta, cyan, white
- File has to be readable
- When targeting file from different path, replace
\
with\\
in order for Windows to understand it
NOTE: Remember to use entire path, example:neofetch --art C:\\Users\\AlexFlipnote\\art.txt
- Magic happens, yey
$ neofetch --help
usage: [-h] [-v] [-c COLOUR [COLOUR ...]] [-ac ARTCOLOUR [ARTCOLOUR ...]]
[-a ART [ART ...]] [-na]
neofetch, but for Windows
optional arguments:
-h, --help show this help message and exit
-v, --version Show the version number and exit
-c COLOUR [COLOUR ...], --colour COLOUR [COLOUR ...]
Change colour of the text
-ac ARTCOLOUR [ARTCOLOUR ...], --artcolour ARTCOLOUR [ARTCOLOUR ...]
Change colour of the ascii
-a ART [ART ...], --art ART [ART ...]
Change the ascii art
-na, --noart Turn off ascii art