Metadata-Version: 2.1
Name: wsid
Version: 0.3
Summary: web show image directory
Home-page: https://github.com/matheuz1210/wsid
Author: matheuz1210
Author-email: matheuz1210@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# wsid 0.3

wsid (web show image dir), inspired by [woof](https://github.com/simon-budig/woof), runs a webserver that generates a HTML with every image/video on a directory
see example [here.](https://youtu.be/23L44tVQZZE)

currently requires python 3.9 (when wsid 1.0 will be released, that requirement will be raised to python 3.10)
## install
### arch/manjaro
[wsid](https://aur.archlinux.org/wsid) and [wsid-git](https://aur.archlinux.org/wsid-git) are avaliable on the AUR.
### pip
```
pip install wsid
```
also run 
```
pip install PyQt5
```
if you'd like to run the gui.
### else
get latest release from [the releases page](https://github.com/matheuz1210/wsid/releases) and copy wsid to $PATH
## usage
just
```
wsid <path to dir>
```
or
```
wsid
```
to run the gui (requires PyQt5)


