1
0
Fork
You've already forked foo
0
foo
  • Python 48.7%
  • HTML 32.1%
  • CSS 19.2%
2023年06月15日 23:25:27 +00:00
templates now it outputs input 2023年05月22日 19:28:20 +00:00
flash.py now it's sends a email to the user 2023年06月13日 22:19:21 +00:00
input.py with email validator also 2023年05月15日 00:22:17 +00:00
README.md made a readme.md 2023年06月15日 23:25:27 +00:00

Flash

form input so fast, it seems like a flash

flash is a free and open-source flask input that stores the user input in a sqlite db written in python.

flash is:

  • feature-rich and extensible, both with the cli and the flask version;
  • scalable and suitable for both small and large sites;
  • simple to install, working on most hardware/software combinations;

Getting Started

  1. git clone the repo
  2. edit the .env to include your email and generate a app password if using gmail
  3. edit the smtp server if you don't gmail

Requirements

The latest version of Python. Flash supports Python 3.8 and newer per flask docs

SQLite 3.7.15 or newer per python docs