An open API service indexing awesome lists of open source software.

https://github.com/backwardspy/scuzzie

a simple webcomic static site generator
https://github.com/backwardspy/scuzzie

Last synced: 6 months ago
JSON representation

a simple webcomic static site generator

Awesome Lists containing this project

README

          

# scuzzie

simple static webcomic site generator

## installation

basic (cli) version:

```shell
$ pip install scuzzie
$ scuzzie --help
```

with tk gui:

```shell
$ pip install scuzzie[gui]
$ scuzzie-gui
```

you'll need a python built with tcl-tk support for the gui to work.