update README
This commit is contained in:
parent
7539db0b12
commit
8800b519c0
30
README
30
README
@ -1,30 +0,0 @@
|
|||||||
__
|
|
||||||
|__| _____ ____ ______
|
|
||||||
| |/ \ / ___\/ ___/
|
|
||||||
| | Y Y / /_/ \___ \
|
|
||||||
|__|__|_| \___ /____ >
|
|
||||||
\/_____/ \/
|
|
||||||
|
|
||||||
imgs is a minimalictic image sharing web app written with Bottle framework.
|
|
||||||
|
|
||||||
No database. No image compression. No time limits. No additional dependencies.
|
|
||||||
|
|
||||||
Features:
|
|
||||||
* Upload images via Drag&Drop
|
|
||||||
* Easy copy share link
|
|
||||||
* MIME type detecting
|
|
||||||
|
|
||||||
Installation
|
|
||||||
============
|
|
||||||
|
|
||||||
See deployment options in Bottle documentation: https://bottlepy.org/docs/dev/deployment.html
|
|
||||||
|
|
||||||
For local installation run:
|
|
||||||
|
|
||||||
$ python3 -m venv env
|
|
||||||
$ source env/bin/activate
|
|
||||||
$ pip install bottle
|
|
||||||
$ git clone https://github.com/gechandesu/imgs.git
|
|
||||||
$ python3 imgs/imgs.py
|
|
||||||
|
|
||||||
Edit the imgs.ini.
|
|
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# imgs
|
||||||
|
|
||||||
|
imgs is a minimalictic image sharing web app written with Bottle framework.
|
||||||
|
|
||||||
|
No database. No image compression. No time limits. No additional dependencies.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* Upload images via Drag&Drop
|
||||||
|
* Easy copy share link
|
||||||
|
* MIME type detecting
|
||||||
|
|
||||||
|
See deployment options in Bottle documentation: https://bottlepy.org/docs/dev/deployment.html
|
Loading…
Reference in New Issue
Block a user