Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexflipnote/neofetch-win
🖼️ neofetch, but for Windows
https://github.com/alexflipnote/neofetch-win
ascii neofetch pip python windows
Last synced: 6 days ago
JSON representation
🖼️ neofetch, but for Windows
- Host: GitHub
- URL: https://github.com/alexflipnote/neofetch-win
- Owner: AlexFlipnote
- License: mit
- Created: 2019-05-07T07:43:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T11:37:41.000Z (5 months ago)
- Last Synced: 2024-12-29T23:37:05.843Z (13 days ago)
- Topics: ascii, neofetch, pip, python, windows
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 102
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neofetch_win
neofetch, but for Windows![PreviewImage](https://i.alexflipnote.dev/vfgQo1y.png)
This was made to have the command [neofetch](https://github.com/dylanaraps/neofetch) available on the Windows CMD.
If you wish to contribute, feel free to do so.## Requirement
- Python 3.11 or up## Install
- Open CMD as admin
- Type the following command: `pip install neofetch-win`
- Now you can type `neofetch` in CMD to see results### Available colours
black, red, green, yellow, blue, magenta, cyan, white### Using ASCII art
1. File has to be readable
2. 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`
3. Magic happens, yey# Usage
```
$ 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
```