Skip to content

Instantly share code, notes, and snippets.

View musakhan666's full-sized avatar

Musa Afzal Khan musakhan666

View GitHub Profile
import os
from flask import Flask, Response, request, abort, render_template_string, send_from_directory
import Image
import StringIO
app = Flask(__name__)
WIDTH = 1000
HEIGHT = 800