Flask Web Framework - Create Students marks card
Steps to Follow:
- First install Flask package for Web frame work
- Install sqlite3 module to provide the connection with SQL Database
- Import the aforementioned packages into python file
- Create database - you can change the database name as per your requirement
- Create table - you can chagne the table name as per your requirement
- Update the values in form
- Import the values from form to python file, through creation variables
- Insert the values into table by assigning variabels to column headers
- COMMIT the transaction
- Generate the report by executing the sql query
Insert the data from web page to excel
Flask return welcome page
Flask - web page with variable name
Insert Image on HTML page
Flask - return table data
- Change the attributes as per requirement
- Click on below Program extract to view the video