Metadata-Version: 2.1
Name: xhibit
Version: 4.0.4
Summary: A python script to exhibit your ascii arts and sytem specs
Home-page: https://github.com/glowfi/xhibit
Author: glowfi
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

### XHIBIT

> **Exhibit your ASCII ART and system specs**

### INSTALLATION

```
pip install xhibit
```

### DEPENDENCIES

**For Ascii art only**

-   python 3.5+

**For Image display**

-   kitty
-   xorg-xdpyinfo
-   xdotool
-   xorg-xprop
-   xorg-xwininfo

### HOW TO USE

> Arguments available

```
usage: xhibit [-h] [-cs CS] [-rcs RCS] [-cn CN] [-rcn RCN] [-cpu CPU] [-gpu GPU] [-img IMG]

options:
  -h, --help  show this help message and exit
  -cs CS      Colorscheme to display [dracula,gruvbox].
  -rcs RCS    Randomize Colorschemes [t or f].
  -cn CN      Specify Character name [monalisa,egyptian,fairy,casper,dragon].
  -rcn RCN    Randomize Characters [t or f].
  -cpu CPU    Mention Cpu [Custom Cpu name].
  -gpu GPU    Mention Gpu [Custom Gpu name].
  -img IMG    Image path [Image display works for kitty terminal only].
```

> Characters available

-   monalisa
-   egyptian
-   casper
-   fairy
-   dragon

> Example commands

**Image support only on kitty terminal**

```
xhibit -img image_location
```

![example0](image_support.png)

> **To Choose gruvbox Colorscheme and casper**

```
xhibit -cs gruvbox -cn casper
```

![example1](casper.png)

> **To Choose dracula Colorscheme and fairy**

```
xhibit -cs dracula -cn fairy
```

![example1](fairy.png)

> **To randomize colorscheme and character**

```
xhibit -rcs t -rcn t
```

![example2](monalisa.png)


