Student-data-input-WebApp
Create a Web-Application that takes input from users through App and consolidates all the data in excel
To create this UI, we can use :
> Flask for framework
> HTML
> Python
Steps to create this UI :
Step 1 : Create a HTML Form
Through this form, user can insert data. This is the code for html form:
And our output would be like this :
Step 2 : Create Flask code
Step 4 : Create mymenu.html file
Done!!
Now we can use this form to store user data in excel sheet!!
GitHub URL : https://github.com/ShubhashriSinha/Student-data-input-WebApp
Hope you liked my blog :)
Comments
Post a Comment