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: 10 months ago
JSON representation
💻Display images on web browser.📷
- Host: GitHub
- URL: https://github.com/pyohei/simple-image-server
- Owner: pyohei
- License: mit
- Created: 2015-08-15T13:00:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T04:09:16.000Z (over 1 year ago)
- Last Synced: 2025-04-13T01:11:46.881Z (10 months ago)
- Topics: images, pyramid, python36, server
- Language: JavaScript
- Homepage:
- Size: 18.6 MB
- Stars: 26
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)