An NGO based python desktop application. MySQL Database is used to store the data, Python Tkinter is used to create front end. Python was used to connect the database with front end.
-
Open cmd and type the following commands Pip install mysql-connector-python Pip install tk Pip install PILLOW
-
Install MySQL ans set username- root and password- root Or change the username and password from the python files.
-
Open MySQL command client: create database covidrelief; use covidrelief;
-
Run the covidrelief application from program folder