Before running the main.py
, make sure to complete following process:
- Create a database by the name of
sunheri_kiran
in your MySQL server. - Change the password in the
main.py
file to your MySQL server password.- To be changed, in
table()
andresult()
function.
- To be changed, in
- Run the
create table
andinsert data
queries in your MySQL server. - Run the
main.py
file.