Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 881 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 881 Bytes

Flask Simple Login without Extensions


image

Getting Started

  • Install required packages pip -r install requirements.txt
  • Run below command, To create new Database...
python
    >>> from app import create_db
    >>> create_db()
  • or, python create_db.py

Run application

python app.py

For Automate Login

cd vicks
python cracker.py