Metadata-Version: 2.4
Name: neofetch-win
Version: 1.4.3
Summary: neofetch, but for Windows
Author-email: AlexFlipnote <root@alexflipnote.dev>
License: MIT
Project-URL: Homepage, https://github.com/AlexFlipnote/neofetch-win
Project-URL: Repository, https://github.com/AlexFlipnote/neofetch-win
Keywords: python,windows,ascii,pip,neofetch
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Requires-Dist: wmi
Provides-Extra: dev
Requires-Dist: pyright; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: toml; extra == "dev"
Dynamic: license-file

# 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
<br>**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
```
