https://github.com/slashscreen/comics-framework
https://github.com/slashscreen/comics-framework
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slashscreen/comics-framework
- Owner: SlashScreen
- Created: 2018-10-07T02:58:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T23:23:35.000Z (over 7 years ago)
- Last Synced: 2025-04-04T08:29:22.955Z (about 1 year ago)
- Language: HTML
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...