simple-image-server
simple-image-server copied to clipboard
💻Display images on web browser.📷
trafficstars
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
git clone https://github.com/pyohei/image-viewer.git
cd simple-image-server
If you want to activate virtualenv, type the below sentence.
python -m venv venv
source venv/bin/activate
SETUP
After install, you must import python library.
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).
python servermain.py `your image file directory`
If you want to execute sample,
python server/main.py sample
Plugin
I'm using jQuery plugin of jQuery.TosRUs.
Thanks!