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

https://github.com/slashscreen/comics-framework


https://github.com/slashscreen/comics-framework

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Comics framework
## What is it?
This is a tool for being able to easily cycle through comic pages! Well, any gallery really.
## How do I use it?
-Want to upload new pages?
- run
```
$ cd path/to/clone/folder
$ pip install -r requirements.txt
```
- run '$ python3 image-pipeline.py'
- Choose a directory of new comic to upload
-How do I change how it looks?
-All you need to do is change the CSS code! it is located in `style/main.css`
-Where do I upload it to my site?
-That's up to you! I'd put it in its own folder though...