https://github.com/haginara/pycomix
Python based AirComix Server
https://github.com/haginara/pycomix
aircomix flask python
Last synced: about 1 month ago
JSON representation
Python based AirComix Server
- Host: GitHub
- URL: https://github.com/haginara/pycomix
- Owner: haginara
- Created: 2018-03-12T07:35:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T23:52:50.000Z (almost 8 years ago)
- Last Synced: 2025-10-14T18:28:24.713Z (9 months ago)
- Topics: aircomix, flask, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyComix - Python-based AirComix Server
This application can substitue the AricComix Server which supports Windows and OS X.
## Requirements
```
Flask
```
## Limitation
Only supports folder and zip file.
## run
Configuration file
```
{
"ROOT": "z:/",
"CONTENTS": "comics",
"PORT": 31258,
"HOST": "0.0.0.0",
"PASSWORD": "TEST"
}
```
```
python comix.py
```