Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pyohei/simple-image-server

💻Display images on web browser.📷
https://github.com/pyohei/simple-image-server

images pyramid python36 server

Last synced: about 2 hours ago
JSON representation

💻Display images on web browser.📷

Awesome Lists containing this project

README

        

# Simple Image File Server

## ABOUT

This system supports simple image files viewer.
You can manage and share your image files easily.

## USAGE

### ENVIRONMENT

* Python3.6

### INSTALL

```bash
git clone https://github.com/pyohei/image-viewer.git
cd simple-image-server
```

If you want to activate virtualenv, type the below sentence.

```bash
python -m venv venv
source venv/bin/activate
```

### SETUP

After install, you must import python library.

```bash
pip install -r requirements.txt
```

### PREPARE

Before executing, you prepare image folder which you will use in this script.

### EXECUTE

You can execute the below command (using the upper directory name).

```bash
python servermain.py `your image file directory`
```

If you want to execute sample,

```bash
python server/main.py sample
```

## Plugin

I'm using jQuery plugin of [jQuery.TosRUs](http://tosrus.frebsite.nl/).
Thanks!

## LICENSE

* [MIT](https://github.com/pyohei/image-viewer/master/LICENSE)