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
- Host: GitHub
- URL: https://github.com/backwardspy/scuzzie
- Owner: backwardspy
- License: mit
- Created: 2021-07-17T16:24:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T08:58:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T15:45:27.091Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.