/Signature_App_Flask

A basic Signature taking and saving app developed in Flask

Primary LanguageHTML

Signature App

Hello! This is a basic Signature taking and saving app developed in Flask. It lets you take your signature and save it to your device in PNG format.

Sample Signature:

alt text

Usage

Make virtual environment and then activate that virtual environment.

Then run:

  pip install -r requirements.txt

Then run:

  set FLASK_APP=app.py

and then run:

  flask run

Then go to localhost:5000 on your web browser to take a signature and save it.

Contributing

Pull requests are welcome. Please try to open an issue first to discuss what you would like to change.