# Preview_picture **Repository Path**: theing/preview_picture ## Basic Information - **Project Name**: Preview_picture - **Description**: 一个可以看图片的web,基于flask, - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-12 - **Last Updated**: 2022-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 这是一个可以实现访问目录里的图片,在web上预览的项目。 ## 安装启动 前提:安装了anaconda , git 环境。 ### 克隆项目 使用`git clone`项目 ```shell git clone https://gitee.com/theing/preview_picture.git ``` ### 导入环境 进入是项目导入`conda`环境 ,注意是在 windows 下的环境 ```shell $ conda env create -f environment.yml $ conda activate dash ``` ### 启动,访问 http://127.0.0.1:5000/ ```shell python main.py ``` ## 导入图片 如果需要访问自己的图片,请把图片文件夹放到`static`这个目录下