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

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

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
```