Skip to content

idling-mind/imghost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imghost

This is a simple flask app which let's you paste an image from your clipboard to the page and then upload it. This image will be hosted on the server and you can access it by the url that you are redirected to.

How to run

  1. Clone the repository
  2. Install the requirements and run the app
cd imghost
pip install -r requirements.txt
python app.py

Releases

No releases published

Packages